UNPKG

json-schema-to-zod

Version:

Converts JSON schema objects or files into Zod schemas

5 lines (4 loc) 180 B
import { JsonSchemaObject, JsonSchema, Refs } from "../Types.js"; export declare const parseAnyOf: (schema: JsonSchemaObject & { anyOf: JsonSchema[]; }, refs: Refs) => string;