MCPcopy 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

1297exports.isObject = isObject;
1298
1299function isDate(d) {
1300 return isObject(d) && objectToString(d) === '[object Date]';
1301}
1302exports.isDate = isDate;
1303
1304function isError(e) {

Callers 1

formatValueFunction · 0.85

Calls 4

objectToStringFunction · 0.85
isObjectLikeFunction · 0.85
isObjectFunction · 0.70
callMethod · 0.45

Tested by

no test coverage detected