Package Exports
- next-tick
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (next-tick) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
nextTick - Cross environment nextTick polyfill
Can be used in cross environment modules that need nextTick functionality.
When run in Node.js process.nextTick
is run, in other engines setImmediate
or setTimeout(fn, 0)
is used as fallback.
Installation
NPM
In your project path:
$ npm install next-tick
Browser
You can easily bundle npm packages for browser with modules-webmake
Tests 
$ npm test