UNPKG

zod-to-json-schema

Version:
12 lines (11 loc) 290 B
import { parseAnyDef } from "./any.js"; export function parseNeverDef(refs) { return refs.target === "openAi" ? undefined : { not: parseAnyDef({ ...refs, currentPath: [...refs.currentPath, "not"], }), }; }