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

Function forEach

static/word2md/mammoth.browser.js:24119–24123  ·  view source on GitHub ↗
(xs, f)

Source from the content-addressed store, hash-verified

24117}
24118
24119function forEach(xs, f) {
24120 for (var i = 0, l = xs.length; i < l; i++) {
24121 f(xs[i], i);
24122 }
24123}
24124},{"./_stream_readable":142,"./_stream_writable":144,"core-util-is":78,"inherits":81,"process-nextick-args":137}],141:[function(require,module,exports){
24125// a passthrough stream.
24126// basically just the most minimal sort of Transform stream.

Callers 1

mammoth.browser.jsFile · 0.70

Calls 1

fFunction · 0.50

Tested by

no test coverage detected