download
raw
381 Bytes
/**
* 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;

Xet Storage Details

Size:
381 Bytes
·
Xet hash:
76ed43b31ffd5eabda1277d17fc64d2626a68b64edee239739f22daa8004641c

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.