| Current Path : /var/www/html/ebook/node_modules/@babel/runtime/helpers/esm/ |
| Current File : /var/www/html/ebook/node_modules/@babel/runtime/helpers/esm/classCallCheck.js |
export default function _classCallCheck(instance, Constructor) {
if (!(instance instanceof Constructor)) {
throw new TypeError("Cannot call a class as a function");
}
}