Skip to content

tmcw-up-for-adoption/ration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

ration

Ration out items in a list in a set amount of time.

       // the list      // duration
ration(['a', 'b', 'c'], 10000,
    // called at 0s, 500, and 10000
    function(letter) {
});

About

ration out items at intervals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors