ixfx
    Preparing search index...

    Type Alias CompletionTimer

    CompletionTimer: Timer & { get isDone(): boolean }

    A Timer that has a sense of completion, when isDone returns true. See relative

    Type declaration

    • getisDone():boolean

      Returns true if this timer has completed.