backoffice/node_modules/date-now/index.js

6 lines
73 B
JavaScript
Raw Normal View History

2020-02-06 10:09:39 +00:00
module.exports = now
function now() {
return new Date().getTime()
}