()
| 31 | } |
| 32 | |
| 33 | function _extends() { |
| 34 | _extends = Object.assign || function (target) { |
| 35 | for (var i = 1; i < arguments.length; i++) { |
| 36 | var source = arguments[i]; |
| 37 | |
| 38 | for (var key in source) { |
| 39 | if (Object.prototype.hasOwnProperty.call(source, key)) { |
| 40 | target[key] = source[key]; |
| 41 | } |
| 42 | } |
| 43 | } |
| 44 | |
| 45 | return target; |
| 46 | }; |
| 47 | |
| 48 | return _extends.apply(this, arguments); |
| 49 | } |
| 50 | |
| 51 | function _inheritsLoose(subClass, superClass) { |
| 52 | subClass.prototype = Object.create(superClass.prototype); |
no outgoing calls
no test coverage detected