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