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

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

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

Trying to convert the parser into a string representation

Parameters

parserComingIn: IParser<unknown, unknown>

Returns

string