(instance, Constructor)
| 161 | }; |
| 162 | |
| 163 | var classCallCheck = function (instance, Constructor) { |
| 164 | if (!(instance instanceof Constructor)) { |
| 165 | throw new TypeError("Cannot call a class as a function"); |
| 166 | } |
| 167 | }; |
| 168 | |
| 169 | var createClass = function () { |
| 170 | function defineProperties(target, props) { |
no outgoing calls
no test coverage detected