chache/@babel/runtime/helpers/classCallCheck.js
2024-01-16 22:53:42 +08:00

6 lines
156 B
JavaScript

function _classCallCheck(a, l) {
if (!(a instanceof l))
throw new TypeError("Cannot call a class as a function");
}
module.exports = _classCallCheck;