MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / isArray

Function isArray

tests/test_code/js/moment/moment.js:25–30  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

23 }
24
25 function isArray(input) {
26 return (
27 input instanceof Array ||
28 Object.prototype.toString.call(input) === '[object Array]'
29 );
30 }
31
32 function isObject(input) {
33 // IE8 will treat undefined and null as object if it wasn't for

Callers 9

localeMonthsFunction · 0.85
localeMonthsShortFunction · 0.85
localeWeekdaysFunction · 0.85
getLocaleFunction · 0.85
prepareConfigFunction · 0.85
configFromInputFunction · 0.85
createLocalOrUTCFunction · 0.85
pickByFunction · 0.85
isNumberOrStringArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected