Skip to main content
Module

x/zod/external.ts>objectUtil.noNever

TypeScript-first schema validation with static type inference
Very Popular
Go to Latest
type alias objectUtil.noNever
import { type objectUtil } from "https://deno.land/x/zod@v3.17.3/external.ts";
const { noNever } = objectUtil;
definition: identity<[k in noNeverKeys<T>]: k extends keyof T ? T[k] : never>