UNPKG

json-schema-to-zod

Version:

Converts JSON schema objects or files into Zod schemas

5 lines (4 loc) 174 B
import { JsonSchemaObject, JsonSchema, Refs } from "../Types.js"; export declare const parseNot: (schema: JsonSchemaObject & { not: JsonSchema; }, refs: Refs) => string;