UNPKG

kill-sync

Version:

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

5 lines 151 B
import killSync from './kill'; export default killSync; module.exports = killSync; module.exports.default = killSync; //# sourceMappingURL=index.js.map