Skip to main content
Module

x/deepmergets/dist/node/types/legacy/v4_6.d.ts>DeepMergeMergeFunctionsDefaultURIs

Deeply merge 2 or more objects respecting type information.
Go to Latest
type alias DeepMergeMergeFunctionsDefaultURIs
import { type DeepMergeMergeFunctionsDefaultURIs } from "https://deno.land/x/deepmergets@v5.1.0/dist/node/types/legacy/v4_6.d.ts";

The default merge functions to use when deep merging.

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