installed pty
[VSoRC/.git] / node_modules / node-pty / lib / utils.js
1 "use strict";
2 /**
3  * Copyright (c) 2017, Daniel Imms (MIT License).
4  * Copyright (c) 2018, Microsoft Corporation (MIT License).
5  */
6 Object.defineProperty(exports, "__esModule", { value: true });
7 function 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 }
15 exports.assign = assign;
16 //# sourceMappingURL=utils.js.map