at-least

1.0.0 • Public • Published

at-least

Some function just run too fast

Usage

var least = require('at-least');

least(function(cb) {
  $.get('/data.json', function() {
    cb();
  });
}, 1000, function() { // invoked after at least 1000ms
  console.log('done');
});

License

ISC

Readme

Keywords

none

Package Sidebar

Install

npm i at-least

Weekly Downloads

0

Version

1.0.0

License

ISC

Last publish

Collaborators

  • adjusted