| 10 | import * as psList from 'ps-list'; |
| 11 | |
| 12 | interface IProcessState { |
| 13 | // Whether the PID must exist or must not exist |
| 14 | [pid: number]: boolean; |
| 15 | } |
| 16 | |
| 17 | interface IWindowsProcessTreeResult { |
| 18 | name: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…