Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TruthHun/BookStack
/ isDate
Function
isDate
static/word2md/mammoth.browser.js:11561–11563 ·
view source on GitHub ↗
(d)
Source
from the content-addressed store, hash-verified
11559
exports.isObject = isObject;
11560
11561
function
isDate(d) {
11562
return
objectToString(d) ===
'[object Date]'
;
11563
}
11564
exports.isDate = isDate;
11565
11566
function
isError(e) {
Callers
1
formatValue
Function · 0.70
Calls
2
objectToString
Function · 0.70
isObject
Function · 0.70
Tested by
no test coverage detected