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

8 lines
305 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseCatchDef = void 0;
const parseDef_js_1 = require("../parseDef.js");
const parseCatchDef = (def, refs) => {
return (0, parseDef_js_1.parseDef)(def.innerType._def, refs);
};
exports.parseCatchDef = parseCatchDef;