UNPKG

555 BJavaScriptView Raw
1"use strict";
2/**
3 * Copyright (c) 2017, Daniel Imms (MIT License).
4 * Copyright (c) 2018, Microsoft Corporation (MIT License).
5 */
6Object.defineProperty(exports, "__esModule", { value: true });
7function assign(target) {
8 var sources = [];
9 for (var _i = 1; _i < arguments.length; _i++) {
10 sources[_i - 1] = arguments[_i];
11 }
12 sources.forEach(function (source) { return Object.keys(source).forEach(function (key) { return target[key] = source[key]; }); });
13 return target;
14}
15exports.assign = assign;
16//# sourceMappingURL=utils.js.map
\No newline at end of file