Package: effect Module: SchemaError
effect
SchemaError
Returns true if u is a SchemaError.
true
u
Signature
declare const isSchemaError: (u: unknown) => u is SchemaError
Source
Since v4.0.0