()
| 273 | } |
| 274 | |
| 275 | function _extends() { |
| 276 | _extends = Object.assign || function (target) { |
| 277 | for (var i = 1; i < arguments.length; i++) { |
| 278 | var source = arguments[i]; |
| 279 | |
| 280 | for (var key in source) { |
| 281 | if (Object.prototype.hasOwnProperty.call(source, key)) { |
| 282 | target[key] = source[key]; |
| 283 | } |
| 284 | } |
| 285 | } |
| 286 | |
| 287 | return target; |
| 288 | }; |
| 289 | |
| 290 | return _extends.apply(this, arguments); |
| 291 | } |
| 292 | |
| 293 | function _objectWithoutPropertiesLoose(source, excluded) { |
| 294 | if (source == null) return {}; |
no outgoing calls
no test coverage detected
searching dependent graphs…