Skip to main content
Module

x/vue3_reactivity/mod.ts>ShallowReactive

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