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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i at-least

Weekly Downloads

1

Version

1.0.0

License

ISC

Last publish

Collaborators

  • adjusted