• Checks if a value is a ref object.

    See

    https://vuejs.org/api/reactivity-utilities.html#isref

    Type Parameters

    • T

    Parameters

    • r: unknown

      The value to inspect.

    Returns r is Ref<T>

Generated using TypeDoc