@adviser/cement - v0.0.0
    Preparing search index...

    Function isAborted

    • Type guard to check if a TimeoutResult was aborted via AbortSignal.

      Type Parameters

      • T

        The type of the result value

      Parameters

      • result: PurTimeoutResult<T>

        The TimeoutResult to check

      Returns result is TimeoutResultAborted<T>

      True if the result state is "aborted"