thymer

1.0.0 • Public • Published
var thymer = require('thymer');
 
thymer.wait(5000).every(1000).for(3).do(function(){
    console.log('tick');
}).then(function(){
    console.log('boom');
});

Readme

Keywords

none

Package Sidebar

Install

npm i thymer

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • adwilk