Files
copilot-toolbox-sdfdsfds/node_modules/@babel/runtime/helpers/esm/classCallCheck.js
2026-01-16 01:51:36 +00:00

4 lines
156 B
JavaScript

function _classCallCheck(a, n) {
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
}
export { _classCallCheck as default };