MCPcopy Create free account
hub / github.com/play-co/devkit / ArrayIsArray

Function ArrayIsArray

src/web/util/bluebird.js:1230–1237  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

1228 };
1229
1230 var ArrayIsArray = function (obj) {
1231 try {
1232 return str.call(obj) === "[object Array]";
1233 }
1234 catch(e) {
1235 return false;
1236 }
1237 };
1238
1239 module.exports = {
1240 isArray: ArrayIsArray,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…