Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RubyLouvre/anu
/ isDate
Function
isDate
test/babel.js:11073–11075 ·
view source on GitHub ↗
(d)
Source
from the content-addressed store, hash-verified
11071
exports.isObject = isObject;
11072
11073
function
isDate(d) {
11074
return
isObject(d) && objectToString(d) ===
'[object Date]'
;
11075
}
11076
exports.isDate = isDate;
11077
11078
function
isError(e) {
Callers
2
formatValue
Function · 0.70
internalStringify
Function · 0.70
Calls
2
isObject
Function · 0.70
objectToString
Function · 0.70
Tested by
no test coverage detected