MCPcopy 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

11559exports.isObject = isObject;
11560
11561function isDate(d) {
11562 return objectToString(d) === '[object Date]';
11563}
11564exports.isDate = isDate;
11565
11566function isError(e) {

Callers 1

formatValueFunction · 0.70

Calls 2

objectToStringFunction · 0.70
isObjectFunction · 0.70

Tested by

no test coverage detected