Universal process.nextTick for latest browsers
npm install proc-nexttick


> Universal process.nextTick for latest browsers
```
$ npm install proc-nexttick
`javascript
const nextTick = require('proc-nexttick')
nextTick((arg1, arg2) => {
console.log('executed in the next tick', arg1, arg2)
}, 0, 1)
``
:bug: If you found an issue we encourage you to report it on github. Please specify your OS and the actions to reproduce it.
:busts_in_silhouette: Ideas and contributions to the project are welcome. You must follow this guideline.
MIT ©