Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

now.js 145B

1234
  1. // A (possibly faster) way to get the current timestamp as an integer.
  2. export default Date.now || function() {
  3. return new Date().getTime();
  4. };