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

Constructors

new
ObjectParser(description?)

Methods

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