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

x/ts_matches/mod.ts>NilParser#parse

Being able to pattern match in typescript
Latest
method NilParser.prototype.parse
import { NilParser } from "https://deno.land/x/ts_matches@v5.4.0/mod.ts";

Parameters

a: unknown
onParse: OnParse<unknown, null | undefined, C, D>