Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deepmergets/dist/deno/types/index.ts>DeepMergeFunctionsDefaultURIs

Deeply merge 2 or more objects respecting type information.
Latest
type alias DeepMergeFunctionsDefaultURIs
import { type DeepMergeFunctionsDefaultURIs } from "https://deno.land/x/deepmergets@v7.0.3/dist/deno/types/index.ts";

The default merge functions to use when deep merging.

definition: Readonly<{ DeepMergeRecordsURI: DeepMergeRecordsDefaultURI; DeepMergeArraysURI: DeepMergeArraysDefaultURI; DeepMergeSetsURI: DeepMergeSetsDefaultURI; DeepMergeMapsURI: DeepMergeMapsDefaultURI; DeepMergeOthersURI: DeepMergeLeafURI; DeepMergeFilterValuesURI: DeepMergeFilterValuesDefaultURI; }>