main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
621 bytes
|
Line | |
---|
1 | import _Object$assign from "core-js-pure/features/object/assign.js";
|
---|
2 | import _bindInstanceProperty from "core-js-pure/features/instance/bind.js";
|
---|
3 | export default function _extends() {
|
---|
4 | var _context;
|
---|
5 | _extends = _Object$assign ? _bindInstanceProperty(_context = _Object$assign).call(_context) : function (target) {
|
---|
6 | for (var i = 1; i < arguments.length; i++) {
|
---|
7 | var source = arguments[i];
|
---|
8 | for (var key in source) {
|
---|
9 | if (Object.prototype.hasOwnProperty.call(source, key)) {
|
---|
10 | target[key] = source[key];
|
---|
11 | }
|
---|
12 | }
|
---|
13 | }
|
---|
14 | return target;
|
---|
15 | };
|
---|
16 | return _extends.apply(this, arguments);
|
---|
17 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.