Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
class matches.ObjectParser
implements IParser<unknown, object>
import { matches } from "https://deno.land/x/embassyd_sdk@v0.3.1.1.4/dependencies.ts";
const { ObjectParser } = matches;

Constructors

new
ObjectParser(description?)

Methods

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