📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 07:09:06
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
tree-kill
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/tree-kill
🔄 Refresh
✏️
Editing: index.d.ts
Writable
/** * 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;
💾 Save Changes
❌ Cancel