Skip to content

darnfish/stegolo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stegolo

forEach, but staggered

Installation

You already know bro

Usage

import Stegolo from 'stegolo'

const stegolo = new Stegolo([1, 2, 3], { limit: 2, interval: '1h' })

stegolo.many(items => {
  // hour 0, items = [1, 2]
  // hour 1, items = [3]
})

stegolo.start()

Licence

Steal this shit I don't care

About

forEach, but staggered

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published