UNPKG

xargs

Version:

Build and execute command lines from a input stream. This is the streaming version of the "xargs" unix command.

4 lines (2 loc) 99 B
var t = setTimeout(function() { }, 5000); process.on('SIGTERM', function() { clearTimeout(t); });