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

Function indexOf

static/word2md/mammoth.browser.js:25088–25093  ·  view source on GitHub ↗
(xs, x)

Source from the content-addressed store, hash-verified

25086}
25087
25088function indexOf(xs, x) {
25089 for (var i = 0, l = xs.length; i < l; i++) {
25090 if (xs[i] === x) return i;
25091 }
25092 return -1;
25093}
25094}).call(this,require('_process'))
25095},{"./_stream_duplex":140,"./internal/streams/BufferList":145,"_process":138,"buffer":77,"buffer-shims":76,"core-util-is":78,"events":79,"inherits":81,"isarray":83,"process-nextick-args":137,"string_decoder/":152,"util":75}],143:[function(require,module,exports){
25096// a transform stream is a readable/writable stream where you do

Callers 2

ondataFunction · 0.70
mammoth.browser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected