MCPcopy Index your code
hub / github.com/feiyu563/PrometheusAlert / isArray

Function isArray

static/plugins/chart.js/Chart.bundle.js:14729–14731  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

14727 }
14728
14729 function isArray(input) {
14730 return input instanceof Array || Object.prototype.toString.call(input) === '[object Array]';
14731 }
14732
14733 function isObject(input) {
14734 // IE8 will treat undefined and null as object if it wasn't for

Callers 12

computeLabelSizesFunction · 0.70
Chart.jsFile · 0.70
computeLabelSizesFunction · 0.70
Chart.bundle.jsFile · 0.70
localeMonthsFunction · 0.70
localeMonthsShortFunction · 0.70
localeWeekdaysFunction · 0.70
getLocaleFunction · 0.70
prepareConfigFunction · 0.70
configFromInputFunction · 0.70
createLocalOrUTCFunction · 0.70
pickByFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected