X-Git-Url: https://git.josue.xyz/?p=VSoRC%2F.git;a=blobdiff_plain;f=node_modules%2Fnode-pty%2Flib%2Futils.js;fp=node_modules%2Fnode-pty%2Flib%2Futils.js;h=89639c4a664f9c09b1b7acec7dfae445983abb03;hp=0000000000000000000000000000000000000000;hb=e79e4a5a87f3e84f7c1777f10a954453a69bf540;hpb=4339da12467b75fb8b6ca831f4bf0081c485ed2c diff --git a/node_modules/node-pty/lib/utils.js b/node_modules/node-pty/lib/utils.js new file mode 100644 index 0000000..89639c4 --- /dev/null +++ b/node_modules/node-pty/lib/utils.js @@ -0,0 +1,16 @@ +"use strict"; +/** + * Copyright (c) 2017, Daniel Imms (MIT License). + * Copyright (c) 2018, Microsoft Corporation (MIT License). + */ +Object.defineProperty(exports, "__esModule", { value: true }); +function assign(target) { + var sources = []; + for (var _i = 1; _i < arguments.length; _i++) { + sources[_i - 1] = arguments[_i]; + } + sources.forEach(function (source) { return Object.keys(source).forEach(function (key) { return target[key] = source[key]; }); }); + return target; +} +exports.assign = assign; +//# sourceMappingURL=utils.js.map \ No newline at end of file