MCPcopy Index your code
hub / github.com/csev/py4e / isDate

Function isDate

code/gmane/Chart.bundle.js:1625–1627  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

1623 }
1624
1625 function isDate(input) {
1626 return input instanceof Date || Object.prototype.toString.call(input) === '[object Date]';
1627 }
1628
1629 function map(arr, fn) {
1630 var res = [], i;

Callers 3

prepareConfigFunction · 0.85
configFromInputFunction · 0.85
cloneWithOffsetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected