effect-io-ai

Package: effect
Module: Channel

Channel.isChannelException

Returns true if the specified value is an ChannelException, false otherwise.

Signature

declare const isChannelException: (u: unknown) => u is ChannelException<unknown>

Source

Since v2.0.0