process-nextick-args

process.nextTick but always with args

MIT 10 个版本
安装
npm install process-nextick-args
yarn add process-nextick-args
pnpm add process-nextick-args
bun add process-nextick-args
README

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');
版本列表
2.0.1 2019-06-19
2.0.0 2017-12-11
1.0.7 2016-05-04
1.0.6 2015-12-03
1.0.5 2015-12-02
1.0.4 2015-12-02
1.0.3 2015-09-09
1.0.2 2015-07-16
1.0.1 2015-05-21
1.0.0 2015-05-21