Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ts_matches/src/parsers/index.ts>instanceOf

Being able to pattern match in typescript
Latest
variable instanceOf
Re-export
import { instanceOf } from "https://deno.land/x/ts_matches@v5.4.0/src/parsers/index.ts";

type

<C>(classCreator: { new (...args: any[]): C; }) => Parser<unknown, C>