📄 classCallCheck.js
/home/palash/git/site/node_modules/@babel/runtime/helpers/classCallCheck.js
Language: js • Lines: 4
function _classCallCheck(a, n) {
  if (!(a instanceof n)) throw new TypeError("Cannot call a class as a function");
}
module.exports = _classCallCheck, module.exports.__esModule = true, module.exports["default"] = module.exports;