Package: effect Module: Encoding
effect
Encoding
Returns true if the specified value is an EncodeException, false otherwise.
true
EncodeException
false
Signature
declare const isEncodeException: (u: unknown) => u is EncodeException
Source
Since v3.12.0