UNPKG

on-exit

Version:

Register tasks to perform when the process exits.

6 lines (4 loc) 84 B
var onExit = require('../'); onExit.logger(function(msg) { process.send(msg); });