MCPcopy Create free account
hub / github.com/TruthHun/BookStack / PromiseMapSeries

Function PromiseMapSeries

static/word2md/mammoth.browser.js:5633–5635  ·  view source on GitHub ↗
(promises, fn)

Source from the content-addressed store, hash-verified

5631}
5632
5633function PromiseMapSeries(promises, fn) {
5634 return PromiseReduce(promises, fn, INTERNAL, INTERNAL);
5635}
5636
5637Promise.prototype.each = function (fn) {
5638 return PromiseReduce(this, fn, INTERNAL, 0)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected