@eagleoutice/flowr - v2.13.14
    Preparing search index...

    Interface IStoppableStopwatch

    interface IStoppableStopwatch {
        pause(): void;
        resume(): void;
        stop(): void;
    }

    Implemented by

    Index