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