Skip to main content
Module

x/deepmergets/dist/deno/mod.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@v7.0.1/dist/deno/mod.ts";

An object that has a reference to a value.

definition: { value: T; }