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

Being able to pattern match in typescript
Latest
type alias Optional
import { type Optional } from "https://deno.land/x/ts_matches@v5.4.0/src/parsers/interfaces.ts";
definition: A | null | undefined