Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
type alias DeepMergeOptions
import { type DeepMergeOptions } from "https://deno.land/std@0.213.0/collections/mod.ts";

Deep merge options

definition: { arrays?: MergingStrategy; maps?: MergingStrategy; sets?: MergingStrategy; }