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

x/ts_matches/mod.ts>Parser.parserAsString

Being able to pattern match in typescript
Latest
method Parser.parserAsString
Re-export
import { Parser } from "https://deno.land/x/ts_matches@v5.4.0/mod.ts";

Trying to convert the parser into a string representation

Parameters

parserComingIn: IParser<unknown, unknown>

Returns

string