wallet-core/node_modules/date-now/index.js
2017-05-03 15:35:00 +02:00

6 lines
73 B
JavaScript

module.exports = now
function now() {
return new Date().getTime()
}