Package: effect
Module: ParseResult
By default the option exact is set to true.
Signature
declare const is: <A, I, R>(schema: Schema.Schema<A, I, R>, options?: AST.ParseOptions) => (u: unknown, overrideOptions?: AST.ParseOptions | number) => u is A
Since v3.10.0