UI for Zipcoin Blue

index.js 73B

123456
  1. module.exports = now
  2. function now() {
  3. return new Date().getTime()
  4. }