Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

ticky

bevacqua848kMIT1.0.1

Run a callback as soon as possible

readme

ticky

npm install ticky --save

ticky(fn)

Run a callback as soon as possible using one of the following. To keep things lean, process.nextTick won't be bundled when it comes to browserify.

  • setImmediate
  • process.nextTick
  • setTimeout

license

mit