Skip to main content
Module

x/ts_matches/src/parsers/interfaces.ts>ParserFrom

Being able to pattern match in typescript
Go to Latest
type alias ParserFrom
import { type ParserFrom } from "https://deno.land/x/ts_matches@v5.2.0/src/parsers/interfaces.ts";
definition: P extends IParser<infer A, any> ? A : never