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

Function asArray

static/word2md/mammoth.browser.js:9473–9478  ·  view source on GitHub ↗
(v)

Source from the content-addressed store, hash-verified

9471}
9472
9473var asArray = function(v) {
9474 if (es5.isArray(v)) {
9475 return v;
9476 }
9477 return null;
9478};
9479
9480if (typeof Symbol !== "undefined" && Symbol.iterator) {
9481 var ArrayFrom = typeof Array.from === "function" ? function(v) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected