chache/@babel/runtime/helpers/classCallCheck.js

6 lines
156 B
JavaScript
Raw Normal View History

2024-01-16 22:53:42 +08:00
function _classCallCheck(a, l) {
if (!(a instanceof l))
throw new TypeError("Cannot call a class as a function");
}
module.exports = _classCallCheck;