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

x/ts_matches/src/parsers/index.ts>IsAParser#parse

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

Parameters

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