UNPKG

onemon

Version:

Run a npm script as a deamon, once

9 lines 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.notifyReady = void 0; const notifyReady = () => { if (process.send) process.send("DEAMON_READY" /* DEAMON_READY */); }; exports.notifyReady = notifyReady; //# sourceMappingURL=wait.js.map