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

x/arktype/utils/generics.ts>defer

TypeScript's 1:1 validator, optimized from editor to runtime
Latest
type alias defer
import { type defer } from "https://deno.land/x/arktype@v1.0.10-alpha/utils/generics.ts";

Causes a type that would be eagerly calculated to be displayed as-is. WARNING: Makes t NonNullable as a side effect.

definition: t & { }