Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 844 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 844 Bytes

tree-kill-sync

Build Status Coverage Status NPM Version

Synchronous version of tree-kill

Supported platforms: Linux, Darwin/OSX.

Install

$ npm i tree-kill-sync

API

treeKillSync(pid, [signal])

Sends signal signal to all children processes of the process with pid pid, including pid. Signal defaults to SIGTERM.

License

The MIT License