Files
pixelheros/extensions/Excel转JSON/node_modules/@babel/runtime/helpers/classCallCheck.js
walkpan 8f57f57c1d dd
2024-08-18 23:38:55 +08:00

8 lines
274 B
JavaScript

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