4.0.1 • Published 7 years ago
starry v4.0.1
starry
Modular functions for iterable objects
Intro
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.)
Usage
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')
API
See the API.
Why call it starry
?
Generator functions -> star -> starry
Why make another iterable library?
I want a modular one, a la lodash.
License
MIT
4.0.1
7 years ago
3.1.0
8 years ago
3.0.2
8 years ago
3.0.1
8 years ago
3.0.0
8 years ago
3.0.0-2
8 years ago
3.0.0-1
8 years ago
3.0.0-0
8 years ago
2.0.0
8 years ago
2.0.0-1
8 years ago
2.0.0-0
8 years ago
1.6.1
8 years ago
1.6.0
8 years ago
1.5.0
8 years ago
1.4.1
8 years ago
1.4.0
8 years ago
1.3.2
8 years ago
1.3.0
8 years ago
1.2.1
8 years ago
1.2.0
8 years ago
1.1.1
8 years ago
1.1.0
8 years ago
1.0.0
9 years ago
0.2.0
9 years ago
0.1.1
9 years ago
0.0.1
9 years ago