1.0.0 • Published 10 years ago
get-new-date v1.0.0
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 --save1.0.0
10 years ago