source: trip-planner-front/node_modules/@babel/runtime/helpers/esm/extends.js@ 8d391a1

Last change on this file since 8d391a1 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 397 bytes
Line 
1export default function _extends() {
2 _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}
Note: See TracBrowser for help on using the repository browser.