1.0.0 • Published 9 years ago
is-date-obj v1.0.0
is-date-obj 
Check if an object is a
Dateobject
Install
$ npm install --save is-date-objUsage
const isDateObj = require('is-date-obj');
isDateObj(new Date());
//=> true
isDateObj({});
//=> falseAPI
isDateObj(input)
input
Value to check if it's a Date object.
License
MIT © Kevin Martensson
1.0.0
9 years ago