MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / isArray

Function isArray

lib/web/jshint.js:1249–1251  ·  view source on GitHub ↗
(ar)

Source from the content-addressed store, hash-verified

1247// NOTE: These type checking functions intentionally don't use `instanceof`
1248// because it is fragile and can be easily faked with `Object.create()`.
1249function isArray(ar) {
1250 return Array.isArray(ar);
1251}
1252exports.isArray = isArray;
1253
1254function isBoolean(arg) {

Callers 15

formatValueFunction · 0.70
lodashFunction · 0.70
lazyValueFunction · 0.70
baseCloneFunction · 0.70
baseFlattenFunction · 0.70
baseIsEqualDeepFunction · 0.70
baseMatchesPropertyFunction · 0.70
baseMergeFunction · 0.70
baseMergeDeepFunction · 0.70
createAggregatorFunction · 0.70
createExtremumFunction · 0.70
createFindFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected