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>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/src/parsers/index.ts";

Trying to convert the parser into a string representation

Parameters

parserComingIn: IParser<unknown, unknown>

Returns

string