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