(instance, Constructor)
| 20048 | }); |
| 20049 | |
| 20050 | var classCallCheck = function (instance, Constructor) { |
| 20051 | if (!(instance instanceof Constructor)) { |
| 20052 | throw new TypeError("Cannot call a class as a function"); |
| 20053 | } |
| 20054 | }; |
| 20055 | |
| 20056 | var createClass = function () { |
| 20057 | function defineProperties(target, props) { |
no outgoing calls
no test coverage detected