Function isRef

  • Checks if a value is a ref object.

    Type Parameters

    • T

    Parameters

    • r: unknown

      The value to inspect.

    Returns r is Ref<T>