MCPcopy Create free account
hub / github.com/RubyLouvre/anu / isArray

Function isArray

test/babel.js:11023–11025  ·  view source on GitHub ↗
(ar)

Source from the content-addressed store, hash-verified

11021 // NOTE: These type checking functions intentionally don't use `instanceof`
11022 // because it is fragile and can be easily faked with `Object.create()`.
11023 function isArray(ar) {
11024 return Array.isArray(ar);
11025 }
11026 exports.isArray = isArray;
11027
11028 function isBoolean(arg) {

Callers 15

loadBuiltinFunction · 0.85
processOptionsFunction · 0.85
baseIterateeFunction · 0.85
formatValueFunction · 0.85
babel.jsFile · 0.85
baseCloneFunction · 0.85
isKeyFunction · 0.85
arrayLikeKeysFunction · 0.85
baseGetAllKeysFunction · 0.85
baseToStringFunction · 0.85
castPathFunction · 0.85
hasPathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected