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

x/fathym_common/src/common/merge/merge.ts

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Latest
import * as fathymCommon from "https://deno.land/x/fathym_common@v0.2.160/src/common/merge/merge.ts";

Functions

Merges objects recursively, in a deep merge pattern. Any arrays, maps or sets that exist in both objects will be replaced with the new array.

Merges objects recursively, in a deep merge pattern. Any arrays, maps or sets that exist in both objects will be merged the new array.