classCallCheck.js 229 B

1234
  1. function _classCallCheck(a, n) {
  2. if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
  3. }
  4. module.exports = _classCallCheck, module.exports.__esModule = true, module.exports["default"] = module.exports;