Skip to main content
Module

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

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

type

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