proc-nexttick
v1.0.0
Published
Universal process.nextTick for latest browsers
Downloads
73
Maintainers
Readme
proc-nexttick
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
:bug: If you found an issue we encourage you to report it on github. Please specify your OS and the actions to reproduce it.
Contributing
:busts_in_silhouette: Ideas and contributions to the project are welcome. You must follow this guideline.
License
MIT ©