UNPKG

427 BJavaScriptView Raw
1function _extends() {
2 module.exports = _extends = Object.assign || function (target) {
3 for (var i = 1; i < arguments.length; i++) {
4 var source = arguments[i];
5
6 for (var key in source) {
7 if (Object.prototype.hasOwnProperty.call(source, key)) {
8 target[key] = source[key];
9 }
10 }
11 }
12
13 return target;
14 };
15
16 return _extends.apply(this, arguments);
17}
18
19module.exports = _extends;
\No newline at end of file