Skip to main content
Module

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

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