Package: effect Module: Encoding
effect
Encoding
Returns true if the specified value is an DecodeException, false otherwise.
true
DecodeException
false
Signature
declare const isDecodeException: (u: unknown) => u is DecodeException
Source
Since v2.0.0