Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/trailmix/src/common/object.ts>mergeDeep

Repository of utilities for deno written in typescript for trailmix🌤🦕🍣😼
Latest
function mergeDeep
import { mergeDeep } from "https://deno.land/x/trailmix@1.0.5/src/common/object.ts";

Parameters

target: any
source: Record<string, string | any>