(instance, Constructor)
| 647 | exports.default = _classCallCheck; |
| 648 | |
| 649 | function _classCallCheck(instance, Constructor) { |
| 650 | if (!(instance instanceof Constructor)) { |
| 651 | throw new TypeError("Cannot call a class as a function"); |
| 652 | } |
| 653 | } |
| 654 | },{}],"l5p4":[function(require,module,exports) { |
| 655 | "use strict"; |
| 656 |
no outgoing calls
no test coverage detected