c04b45f6eaf41df20db787898872f326d9ef85b928936cd2855a8cd45b49d945284b60e60b3c44e95eb11c98e237996aa06bd371a30469efd70d1a35e6a610 218 B

12345678
  1. // This file describes the package to typescript.
  2. /**
  3. * Returns the number of milliseconds since the page was loaded (if browser)
  4. * or the node process was started.
  5. */
  6. declare function now(): number;
  7. export = now;