django-vue3-admin-web/node_modules/@babel/runtime-corejs2/helpers/classCallCheck.js
2025-10-20 21:21:14 +08:00

4 lines
229 B
JavaScript

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;