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

3 lines
121 B
JavaScript

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