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

x/ts_matches/src/parsers/or-parser.ts>OrParsers#parse

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

Parameters

a: A & A2
onParse: OnParse<A | A2, B | B2, C, D>