agsamantha/node_modules/openai/_vendor/zod-to-json-schema/parsers/catch.js
2024-10-02 15:15:21 -05:00

9 lines
No EOL
332 B
JavaScript

"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