class matches.FunctionParser implements IParser<unknown, Function>import { matches } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/dependencies.ts"; const { FunctionParser } = matches; ConstructorsnewFunctionParser(description?)Methodsparse<C, D>(a: unknown, onParse: OnParse<unknown, Function, C, D>): C | D