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

Function ArrayIsArray

static/word2md/mammoth.browser.js:5831–5838  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

5829 };
5830
5831 var ArrayIsArray = function (obj) {
5832 try {
5833 return str.call(obj) === "[object Array]";
5834 }
5835 catch(e) {
5836 return false;
5837 }
5838 };
5839
5840 module.exports = {
5841 isArray: ArrayIsArray,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected