Skip to main content
Go to Latest
type alias matches.IParser
import { type matches } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/mod.ts";
const { IParser } = matches;
definition: { readonly description: Readonly<Description & { }>; parse<C, D>(
this: IParser<A, B>,
a: A,
onParse: OnParse<A, B, C, D>,
): C | D; }