Package: effect Module: Match
effect
Match
Matches instances of a given class.
Signature
declare const instanceOf: <A extends abstract new (...args: any) => any>(constructor: A) => SafeRefinement<InstanceType<A>, never>
Source
Since v1.0.0