Nav apraksta

index.js 73B

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