quitando basura del index
[VSoRC/.git] / node_modules / node-pty / src / utils.ts
diff --git a/node_modules/node-pty/src/utils.ts b/node_modules/node-pty/src/utils.ts
deleted file mode 100644 (file)
index 6306c8b..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-/**
- * Copyright (c) 2017, Daniel Imms (MIT License).
- * Copyright (c) 2018, Microsoft Corporation (MIT License).
- */
-
-export function assign(target: any, ...sources: any[]): any {
-  sources.forEach(source => Object.keys(source).forEach(key => target[key] = source[key]));
-  return target;
-}