process-nextick-args (2.0.1)

Published 2026-02-24 14:03:36 +00:00 by atheaadmin

Installation

registry=
npm install process-nextick-args@2.0.1
"process-nextick-args": "2.0.1"

About this package

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');

Dependencies

Development Dependencies

ID Version
tap ~0.2.6
Details
npm
2026-02-24 14:03:36 +00:00
1
MIT
latest
1.6 KiB
Assets (1)
Versions (1) View all
2.0.1 2026-02-24