Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ts_matches/src/parsers/object-parser.ts>ObjectParser#parse

Being able to pattern match in typescript
Latest
method ObjectParser.prototype.parse
import { ObjectParser } from "https://deno.land/x/ts_matches@v5.4.0/src/parsers/object-parser.ts";

Parameters

a: unknown
onParse: OnParse<unknown, object, C, D>