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

    Function isTimeout

    • Type guard to check if a TimeoutResult represents a timeout.

      Type Parameters

      • T

        The type of the result value

      Parameters

      • result: PurTimeoutResult<T>

        The TimeoutResult to check

      Returns result is TimeoutResultTimeout<T>

      True if the result state is "timeout"