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

Function isArray

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

Source from the content-addressed store, hash-verified

1619 }
1620
1621 function isArray(input) {
1622 return Object.prototype.toString.call(input) === '[object Array]';
1623 }
1624
1625 function isDate(input) {
1626 return input instanceof Date || Object.prototype.toString.call(input) === '[object Date]';

Callers 4

prepareConfigFunction · 0.70
configFromInputFunction · 0.70
pickByFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected