Module

x/vue3_reactivity/mod.ts>UnwrapRef

vue3_reactivity is forck by @vue/reactivity for deno.
Latest
type alias UnwrapRef
import { type UnwrapRef } from "https://dotland.deno.dev/x/vue3_reactivity@v1.0.0/mod.ts";
definition: T extends ShallowRef<infer V> ? V : T extends Ref<infer V> ? UnwrapRefSimple<V> : UnwrapRefSimple<T>