Get current timestamp in milliseconds
Note: named timestamp (not now) to avoid colliding with the now(): Date export from './date', which is re-exported via export * from './date' below and is the canonical utils.now().
timestamp
now
now(): Date
export * from './date'
utils.now()
Get current timestamp in milliseconds
Note: named
timestamp(notnow) to avoid colliding with thenow(): Dateexport from './date', which is re-exported viaexport * from './date'below and is the canonicalutils.now().