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