Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deepmergets/dist/deno/index.ts>DeepMergeValueReference

Deeply merge 2 or more objects respecting type information.
Go to Latest
type alias DeepMergeValueReference
import { type DeepMergeValueReference } from "https://deno.land/x/deepmergets@v5.0.0/dist/deno/index.ts";

An object that has a reference to a value.

definition: { value: T; }