Skip to main content
Module

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

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

The default merge functions to use when deep merging.

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