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>EnsureParser

Being able to pattern match in typescript
Latest
type alias EnsureParser
import { type EnsureParser } from "https://deno.land/x/ts_matches@v5.4.0/src/parsers/interfaces.ts";
definition: P extends IParser<any, any> ? P : never