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

x/deepmergets/dist/deno/index.ts>DeepMergeFunctionURItoKind

Deeply merge 2 or more objects respecting type information.
Latest
interface DeepMergeFunctionURItoKind
Re-export
import { type DeepMergeFunctionURItoKind } from "https://deno.land/x/deepmergets@v7.0.3/dist/deno/index.ts";

Mapping of merge function URIs to the merge function type.

Type Parameters

Ts extends ReadonlyArray<unknown>
M

Properties

readonly
DeepMergeLeafURI: DeepMergeLeaf<Ts>
readonly
DeepMergeRecordsDefaultURI: DeepMergeRecordsDefaultHKT<Ts, Fs, M>
readonly
DeepMergeArraysDefaultURI: DeepMergeArraysDefaultHKT<Ts, Fs, M>
readonly
DeepMergeSetsDefaultURI: DeepMergeSetsDefaultHKT<Ts>
readonly
DeepMergeMapsDefaultURI: DeepMergeMapsDefaultHKT<Ts>
readonly
DeepMergeFilterValuesDefaultURI: DeepMergeFilterValuesDefaultHKT<Ts>
readonly
DeepMergeNoFilteringURI: Ts