PATH:
opt
/
bitninja-threat-hunting
/
node_modules
/
node-pty
/
src
/** * 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; }
[+]
shared
[-] windowsPtyAgent.test.ts
[edit]
[-] index.ts
[edit]
[-] tsconfig.json
[edit]
[-] windowsTerminal.test.ts
[edit]
[+]
..
[-] unixTerminal.test.ts
[edit]
[-] native.d.ts
[edit]
[-] terminal.test.ts
[edit]
[-] conpty_console_list_agent.ts
[edit]
[-] eventEmitter2.test.ts
[edit]
[-] utils.ts
[edit]
[-] windowsConoutConnection.ts
[edit]
[-] eventEmitter2.ts
[edit]
[+]
worker
[-] interfaces.ts
[edit]
[-] unixTerminal.ts
[edit]
[-] types.ts
[edit]
[+]
unix
[-] windowsTerminal.ts
[edit]
[+]
win
[-] testUtils.test.ts
[edit]
[-] windowsPtyAgent.ts
[edit]
[-] terminal.ts
[edit]