a123456789 bff0ff0e1f products 3 éve
..
.travis.yml bff0ff0e1f products 3 éve
index.js bff0ff0e1f products 3 éve
license.md bff0ff0e1f products 3 éve
package.json bff0ff0e1f products 3 éve
readme.md bff0ff0e1f products 3 éve
test.js bff0ff0e1f products 3 éve

readme.md

process-nextick-args

Build Status

npm install --save process-nextick-args

Always be able to pass arguments to process.nextTick, no matter the platform

var nextTick = require('process-nextick-args');

nextTick(function (a, b, c) {
  console.log(a, b, c);
}, 'step', 3,  'profit');