parseArray
@tsed/cli-mcp
Usage
typescript
import { parseArray } from "@tsed/cli-mcp/src/utils/json-schema-to-zod/parsers/parseArray";See /packages/cli-mcp/src/utils/json-schema-to-zod/parsers/parseArray.ts.
Overview
ts
const parseArray: (schema: JsonSchemaObject & {
type: "array";
}, refs: Refs) => string;type
ts
type: "array";