UNPKG

kill-sync

Version:

Cross-platform kill command. Supports recusive/tree-kill in a synchronous manner.

3 lines (2 loc) 119 B
declare const killSync: (pid: number, signal?: string | number, recursive?: boolean) => void; export default killSync;