kill-sync
Version:
Cross-platform kill command. Supports recusive/tree-kill in a synchronous manner.
10 lines • 408 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const kill_1 = __importDefault(require("./kill"));
exports.default = kill_1.default;
module.exports = kill_1.default;
module.exports.default = kill_1.default;
//# sourceMappingURL=index.js.map