MCPcopy 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

formatValueFunction · 0.70
internalStringifyFunction · 0.70

Calls 2

isObjectFunction · 0.70
objectToStringFunction · 0.70

Tested by

no test coverage detected