This package has been deprecated

Author message:

Unmaintained.

ration

0.0.0 • Public • Published

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) {
});

Dependents (0)

Package Sidebar

Install

npm i ration

Weekly Downloads

2

Version

0.0.0

License

BSD

Last publish

Collaborators

  • tmcw