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

Function isDate

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

Source from the content-addressed store, hash-verified

14759 }
14760
14761 function isDate(input) {
14762 return input instanceof Date || Object.prototype.toString.call(input) === '[object Date]';
14763 }
14764
14765 function map(arr, fn) {
14766 var res = [], i;

Callers 3

prepareConfigFunction · 0.70
configFromInputFunction · 0.70
cloneWithOffsetFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected