keksAccountGUI/node_modulesOLD/date-now/index.js

6 lines
73 B
JavaScript

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