Module

x/vue3_reactivity/src/ref.ts>ShallowRef

vue3_reactivity is forck by @vue/reactivity for deno.
Latest
type alias ShallowRef
import { type ShallowRef } from "https://dotland.deno.dev/x/vue3_reactivity@v1.0.0/src/ref.ts";

Type Parameters

optional
T = any
definition: Ref<T> & { [ShallowRefMarker]?: true; }