FLUJOS/BACK_BACK/node_modules/@babel/runtime/helpers/classCallCheck.js
2025-11-07 00:06:12 +01:00

4 lines
No EOL
229 B
JavaScript
Executable file

function _classCallCheck(a, n) {
if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
}
module.exports = _classCallCheck, module.exports.__esModule = true, module.exports["default"] = module.exports;