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

    Function isError

    • Type guard to check if a TimeoutResult represents an error during execution.

      Type Parameters

      • T

        The type of the result value

      Parameters

      • result: PurTimeoutResult<T>

        The TimeoutResult to check

      Returns result is TimeoutResultError<T>

      True if the result state is "error"