installed pty
[VSoRC/.git] / node_modules / node-pty / lib / utils.js
diff --git a/node_modules/node-pty/lib/utils.js b/node_modules/node-pty/lib/utils.js
new file mode 100644 (file)
index 0000000..89639c4
--- /dev/null
@@ -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