Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hex/fp/deep-merge.ts>deepMerge

An ecosystem delivering practices, philosophy and portability.
Go to Latest
function deepMerge
import { deepMerge } from "https://deno.land/x/hex@v0.4.9/fp/deep-merge.ts";

Type Parameters

T1 extends ObjectType
T2 extends ObjectType
TR extends T1 & T2

Parameters

instance: T1
other: T2