aswi2020vldc-gitlab/templetes/node_modules/babel-runtime/helpers/classCallCheck.js @ 9b6ff40e
1 |
"use strict"; |
---|---|
2 |
|
3 |
exports.__esModule = true; |
4 |
|
5 |
exports.default = function (instance, Constructor) { |
6 |
if (!(instance instanceof Constructor)) { |
7 |
throw new TypeError("Cannot call a class as a function"); |
8 |
}
|
9 |
};
|