neks-tick

0.2.6 • Public • Published

Build Status codecov npmversion liscense

Install

npm install neks-tick --save

Usage

var nextTick = require('neks-tick');
 
nextTick(function() {
  // log 2 after log 1
  console.log(2);
});
 
// fisrt log 1
console.log(1);

License

MIT

Package Sidebar

Install

npm i neks-tick

Weekly Downloads

4

Version

0.2.6

License

MIT

Last publish

Collaborators

  • wsqviva