Skip to main content
Go to Latest
class matches.FunctionParser
implements IParser<unknown, Function>
import { matches } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/mod.ts";
const { FunctionParser } = matches;

Constructors

new
FunctionParser(description?)

Methods

parse<C, D>(a: unknown, onParse: OnParse<unknown, Function, C, D>): C | D