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

Function isObject

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

Source from the content-addressed store, hash-verified

14731 }
14732
14733 function isObject(input) {
14734 // IE8 will treat undefined and null as object if it wasn't for
14735 // input != null
14736 return input != null && Object.prototype.toString.call(input) === '[object Object]';
14737 }
14738
14739 function isObjectEmpty(obj) {
14740 if (Object.getOwnPropertyNames) {

Callers 3

mergeConfigsFunction · 0.70
configFromInputFunction · 0.70
createLocalOrUTCFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected