ModelAi/node_modules/openai/_vendor/zod-to-json-schema/parsers/catch.js

9 lines
332 B
JavaScript
Raw Permalink Normal View History

2025-09-15 10:04:47 +08:00
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseCatchDef = void 0;
const parseDef_1 = require("../parseDef.js");
const parseCatchDef = (def, refs) => {
return (0, parseDef_1.parseDef)(def.innerType._def, refs);
};
exports.parseCatchDef = parseCatchDef;
//# sourceMappingURL=catch.js.map