ToAsserts
ToAsserts<
S> = (input,options?) =>asserts input is Type<S>
Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:181
Type Parameters
Section titled “Type Parameters”S extends AnyNoContext
Parameters
Section titled “Parameters”unknown
options?
Section titled “options?”AST.ParseOptions
Returns
Section titled “Returns”asserts input is Type<S>
3.10.0