Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ts_matches/src/parsers/recursive-parser.ts>RecursiveParser#parse

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

Parameters

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