Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

Being able to pattern match in typescript
Go to Latest
type alias ISimpleParsedError
import { type ISimpleParsedError } from "https://deno.land/x/ts_matches@v5.2.1/src/parsers/interfaces.ts";
definition: { parser: SomeParser; value: any; keys: string[]; }