interface Clock {
    now(): number;
}

Implemented by

Methods

Methods