UNPKG

json-schema-to-zod

Version:

Converts JSON schema objects or files into Zod schemas

3 lines (2 loc) 173 B
import { Options, JsonSchema } from "./Types.js"; export declare const jsonSchemaToZod: (schema: JsonSchema, { module, name, type, noImport, ...rest }?: Options) => string;