Function isRequestNotReadMessage

  • Type guard for RequestNotReady

    Parameters

    • obj: unknown

      object to check if it is a RequestNotReady payload

    Returns obj is RequestNotReady

    boolean indicating if the object is a RequestNotReady payload

    v0.2.8