(instance, Constructor)
| 3340 | } |
| 3341 | |
| 3342 | var classCallCheck = function (instance, Constructor) { |
| 3343 | if (!(instance instanceof Constructor)) { |
| 3344 | throw new TypeError("Cannot call a class as a function"); |
| 3345 | } |
| 3346 | }; |
| 3347 | |
| 3348 | var createClass = function () { |
| 3349 | function defineProperties(target, props) { |
no outgoing calls
no test coverage detected
searching dependent graphs…