MCPcopy 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

8181exports.isObject = isObject;
8182
8183function isDate(d) {
8184 return isObject(d) && objectToString(d) === '[object Date]';
8185}
8186
8187exports.isDate = isDate;
8188

Callers 1

formatValueFunction · 0.70

Calls 2

objectToStringFunction · 0.85
isObjectFunction · 0.70

Tested by

no test coverage detected