Skip to main content
Module

std/collections/deep_merge.ts

Deno standard library
Go to Latest
import * as mod from "https://deno.land/std@0.139.0/collections/deep_merge.ts";

Functions

Merges the two given Records, recursively merging any nested Records with the second collection overriding the first in case of conflict

Type Aliases

Merge deeply two objects

Deep merge options

Merging strategy