UNPKG

json-schema-to-zod

Version:

Converts JSON schema objects or files into Zod schemas

5 lines (4 loc) 162 B
import { JsonSchemaObject, Refs } from "../Types.js"; export declare const parseArray: (schema: JsonSchemaObject & { type: "array"; }, refs: Refs) => string;