Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ isDate
Function
isDate
docs/app/js/sanddance-app.js:107008–107010 ·
view source on GitHub ↗
(_)
Source
from the content-addressed store, hash-verified
107006
return
typeof _ ===
"boolean"
;
107007
}
107008
function
isDate(_) {
107009
return
Object.prototype.toString.call(_) ===
"[object Date]"
;
107010
}
107011
function
isIterable(_) {
107012
return
_ && isFunction(_[Symbol.iterator]);
107013
}
Callers
1
defaultParser
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected