Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
extend
Function · 0.85
renderTitle
Function · 0.85
pikaday.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected