import { deepMerge } from "https://dotland.deno.dev/std@0.181.0/collections/mod.ts";
Merges the two given Records, recursively merging any nested Records with the second collection overriding the first in case of conflict
For arrays, maps and sets, a merging strategy can be specified to either
replace
values, or merge
them instead. Use includeNonEnumerable
option
to include non-enumerable properties too.
Type Parameters
Options extends DeepMergeOptions