UNPKG

@nbiish/ai-tool-mcp

Version:

Alias package for @nbiish/giizhendam-aabajichiganan-mcp.

11 lines (10 loc) 204 B
export function parseNullDef(refs) { return refs.target === "openApi3" ? { enum: ["null"], nullable: true, } : { type: "null", }; }