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

x/ts_matches/src/parsers/bool-parser.ts>BoolParser#parse

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

Parameters

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