Module

x/vue3_reactivity/mod.ts>ToRef

vue3_reactivity is forck by @vue/reactivity for deno.
Latest
type alias ToRef
import { type ToRef } from "https://dotland.deno.dev/x/vue3_reactivity@v1.0.0/mod.ts";
definition: IfAny<T, Ref<T>, [T] extends [Ref] ? T : Ref<T>>