mbti-rengeceshi/@babel/runtime/helpers/classCallCheck.js

3 lines
121 B
JavaScript
Raw Normal View History

2024-03-31 23:41:58 +08:00
module.exports = function(n, o) {
if (!(n instanceof o)) throw new TypeError("Cannot call a class as a function");
};