Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
variable matches.instanceOf
Re-export
import { matches } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/dependencies.ts";
const { instanceOf } = matches;

type

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