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