X-Git-Url: https://git.josue.xyz/?p=VSoRC%2F.git;a=blobdiff_plain;f=node_modules%2Fnode-pty%2Fsrc%2Futils.ts;fp=node_modules%2Fnode-pty%2Fsrc%2Futils.ts;h=0000000000000000000000000000000000000000;hp=6306c8ba2f9de7a9cf8313dcac5dd0da21b0df01;hb=5e96dd57ddd883604e87f62bdddcb111c63a6e1a;hpb=acb5f682a2b75b972710cabd81658f63071324b0 diff --git a/node_modules/node-pty/src/utils.ts b/node_modules/node-pty/src/utils.ts deleted file mode 100644 index 6306c8b..0000000 --- a/node_modules/node-pty/src/utils.ts +++ /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; -}