interface Clock {
    now(): number;
}

Implemented by

Methods

Methods

  • Return the current time in milliseconds from some epoch such as the Unix epoch or process start

    Returns number