Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/SandDance
/ isDate
Function
isDate
docs/tests/v2/es6/js/sanddance.js:8183–8185 ·
view source on GitHub ↗
(d)
Source
from the content-addressed store, hash-verified
8181
exports.isObject = isObject;
8182
8183
function
isDate(d) {
8184
return
isObject(d) && objectToString(d) ===
'[object Date]'
;
8185
}
8186
8187
exports.isDate = isDate;
8188
Callers
1
formatValue
Function · 0.70
Calls
2
objectToString
Function · 0.85
isObject
Function · 0.70
Tested by
no test coverage detected