@nbiish/ai-tool-mcp
Version:
Alias package for @nbiish/giizhendam-aabajichiganan-mcp.
9 lines • 332 B
JavaScript
;
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