@tsdotnet/stopwatch - v1.1.1
    Preparing search index...

    Interface Timer

    interface Timer {
        isRunning: boolean;
        reset(): void;
        start(): void;
        stop(): void;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    isRunning: boolean

    Methods