get-new-date
v1.0.0
Published
Returns new Date(). No more! Just to do unit testing right.
Readme
get-new-date
Returns new Date(). No more! Just to do unit testing right.
const newDate = require('get-new-date');
const now = newDate();
now instanceof Date; // trueInstallation
$ npm install get-new-date --save