process-nextick-args

2.0.1 • Public • Published

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 pna = require('process-nextick-args');
 
pna.nextTick(function (a, b, c) {
  console.log(a, b, c);
}, 'step', 3,  'profit');

Readme

Keywords

none

Package Sidebar

Install

npm i process-nextick-args

Weekly Downloads

27,976,865

Version

2.0.1

License

MIT

Unpacked Size

3.17 kB

Total Files

4

Last publish

Collaborators

  • cwmma