Modular functions for iterable objects
This is a combination of some methods inspired from lodash
as well as some utilities for asynchronous tasks, but tailored for JS iterables in general.
(An iterable is any object that has a Symbol.iterator
function property.)
Either export the function you want:
const every = require('starry').every
Or get the functions you want as separate modules:
const every = require('starry.every')
See the API.
starry
?Generator functions -> star -> starry
I want a modular one, a la lodash.
MIT