effect-io-ai

Package: effect
Module: Encoding

Encoding.isDecodeException

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

Signature

declare const isDecodeException: (u: unknown) => u is DecodeException

Source

Since v2.0.0