Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/developit/asyncro
/ series
Function
series
src/index.js:148–150 ·
view source on GitHub ↗
(list)
Source
from the content-addressed store, hash-verified
146
* ])
147
*/
148
export
async
function
series(list) {
149
return
reduce(list, pushReducer, []);
150
}
Callers
1
index.js
File · 0.90
Calls
1
reduce
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…