instanceOf
instanceOf: <
A>(constructor,annotations?) =>instanceOf<InstanceType<A>>
Defined in: node_modules/.pnpm/effect@3.15.2/node_modules/effect/dist/dts/Schema.d.ts:541
Type Parameters
Section titled “Type Parameters”A extends (…args) => any
Parameters
Section titled “Parameters”constructor
Section titled “constructor”A
annotations?
Section titled “annotations?”Schema<InstanceType<A>, readonly []>
Returns
Section titled “Returns”instanceOf<InstanceType<A>>
3.10.0