Module

x/vue3_reactivity/src/reactive.ts>ShallowReactive

vue3_reactivity is forck by @vue/reactivity for deno.
Latest
type alias ShallowReactive
import { type ShallowReactive } from "https://dotland.deno.dev/x/vue3_reactivity@v1.0.0/src/reactive.ts";
definition: T & { [ShallowReactiveMarker]?: true; }