just-next-tick Cross-platform next-tick with fallback to setTimeout. Install $ npm install just-next-tick Usage nextTick = require('just-next-tick') nextTick(function () { console.log('world') }) console.log('hello') // hello // world