Skip to main content
Module

x/zod/index.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.23.4/index.ts";
const { noUndefined } = util;
definition: T extends undefined ? never : T