Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ts_matches/src/matches.ts>Parser.parserAsString

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

Trying to convert the parser into a string representation

Parameters

parserComingIn: IParser<unknown, unknown>

Returns

string