Check if an object is a
Date
object
$ npm install --save is-date-obj
const isDateObj = require('is-date-obj');
isDateObj(new Date());
//=> true
isDateObj({});
//=> false
Value to check if it's a Date
object.
MIT © Kevin Martensson
Check if an object is a
Date
object
$ npm install --save is-date-obj
const isDateObj = require('is-date-obj');
isDateObj(new Date());
//=> true
isDateObj({});
//=> false
Value to check if it's a Date
object.
MIT © Kevin Martensson
npm i is-date-obj
44
1.0.0
MIT