Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ isDate
Function
isDate
lib/web/jshint.js:1299–1301 ·
view source on GitHub ↗
(d)
Source
from the content-addressed store, hash-verified
1297
exports.isObject = isObject;
1298
1299
function
isDate(d) {
1300
return
isObject(d) && objectToString(d) ===
'[object Date]'
;
1301
}
1302
exports.isDate = isDate;
1303
1304
function
isError(e) {
Callers
1
formatValue
Function · 0.85
Calls
4
objectToString
Function · 0.85
isObjectLike
Function · 0.85
isObject
Function · 0.70
call
Method · 0.45
Tested by
no test coverage detected