/** * Kills process identified by `pid` and all its children * * @param pid * @param signal 'SIGTERM' by default * @param callback */ declare function treeKill(pid: number, callback?: (error?: Error) => void): void; declare function treeKill(pid: number, signal?: string | number, callback?: (error?: Error) => void): void; declare namespace treeKill {} export = treeKill;
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
LICENSE | File | 1.04 KB | 0644 |
|
README.md | File | 1.9 KB | 0644 |
|
cli.js | File | 244 B | 0755 |
|
index.d.ts | File | 381 B | 0644 |
|
index.js | File | 3.07 KB | 0755 |
|
package.json | File | 3.73 KB | 0644 |
|