MCPcopy Create free account
hub / github.com/GoogleTrends/data / isArray

Function isArray

Pikaday/pikaday.js:100–103  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

98 },
99
100 isArray = function(obj)
101 {
102 return (/Array/).test(Object.prototype.toString.call(obj));
103 },
104
105 isDate = function(obj)
106 {

Callers 3

extendFunction · 0.85
renderTitleFunction · 0.85
pikaday.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected