UNPKG

json-schema-to-zod

Version:

Converts JSON schema objects or files into Zod schemas

5 lines (4 loc) 146 B
import { JsonSchemaObject } from "../Types.js"; export declare const parseString: (schema: JsonSchemaObject & { type: "string"; }) => string;