interface IStoppableStopwatch {
    stop(): void;
}

Implemented by

Methods

Methods