Skip to content

parseDefault

@tsed/cli-mcp

Usage

typescript
import { parseDefault } from "@tsed/cli-mcp/src/utils/json-schema-to-zod/parsers/parseDefault";

See /packages/cli-mcp/src/utils/json-schema-to-zod/parsers/parseDefault.ts.

Overview

ts
const parseDefault: (_schema: JsonSchemaObject) => string;

Released under the MIT License.