UNPKG

json-schema-to-zod

Version:

Converts JSON schema objects or files into Zod schemas

3 lines (2 loc) 122 B
import { JsonSchemaObject } from "../Types.js"; export declare const parseDefault: (_schema: JsonSchemaObject) => string;