UNPKG
iterates
Version:
latest (2.0.0-beta.3)
next (2.0.0-beta.1)
2.0.0-beta.3
2.0.0-beta.2
2.0.0-beta.1
2.0.0-beta.0
1.2.2
1.2.1
1.2.0
1.1.0
1.1.0-beta
1.0.1
1.0.0
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.0
Iterator and AsyncIterator helper functions with typings
pajn.github.io/iterates
iterates
/
.travis.yml
10 lines
(7 loc)
•
134 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
language: node_js
node_js:
-
"node"
install: yarn
script: yarn test -- --coverage
after_success: yarn report-coverage
cache: yarn