Skip to main content
Module

x/zod/types.ts>objectUtil.noNeverKeys

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