Нема описа

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