quitando basura del index
[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
deleted file mode 100644 (file)
index 89639c4..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-"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