npm install --save process-nextick-args
Always be able to pass arguments to process.nextTick, no matter the platform
var pna = require('process-nextick-args');
pna.nextTick(function (a, b, c) {
console.log(a, b, c);
}, 'step', 3, 'profit');
process.nextTick but always with args
Homepage npm JavaScript Download
npm install process-nextick-args@2.0.1
The Tidelift Subscription provides access to a continuously curated stream of human-researched and maintainer-verified data on open source packages and their licenses, releases, vulnerabilities, and development practices.
Learn more →Login to resync this project