proc-nexttick

1.0.0 • Public • Published

proc-nexttick

Build Status JavaScript Style Guide standard-readme compliant

Universal process.nextTick for latest browsers

Install

$ npm install proc-nexttick

Usage

const nextTick = require('proc-nexttick')
 
nextTick((arg1, arg2) => {
  console.log('executed in the next tick', arg1, arg2)
}, 0, 1)

Issues

🐛 If you found an issue we encourage you to report it on github. Please specify your OS and the actions to reproduce it.

Contributing

👥 Ideas and contributions to the project are welcome. You must follow this guideline.

License

MIT ©

Package Sidebar

Install

npm i proc-nexttick

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

4.5 kB

Total Files

6

Last publish

Collaborators

  • tinchoz49