Skip to main content
Module

x/zod/mod.ts>util.noUndefined

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias util.noUndefined
import { type util } from "https://deno.land/x/zod@v3.21.4/mod.ts";
const { noUndefined } = util;
definition: T extends undefined ? never : T