UNPKG
cwait
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
Limit number of promises running in parallel
github.com/charto/cwait
charto/cwait
cwait
/
rollup.config.js
9 lines
(8 loc)
•
103 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.exports =
require
(
'autoroll'
)(
require
(
'./package.json'
), {
include:
[
'cdata'
] } );