MCPcopy 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 */
148export async function series(list) {
149 return reduce(list, pushReducer, []);
150}

Callers 1

index.jsFile · 0.90

Calls 1

reduceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…