Function isKnown

  • Type guard that checks whether an Upward holds a known value.

    Returns

    True if value is not Unknown (i.e., is T).

    Type Parameters

    • T

      The type representing the known variants

    Parameters

    • value: Upward<T>

      The possibly Unknown value returned from gRPC.

    Returns value is T

Generated using TypeDoc