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>DeepMergeMergeFunctionURItoKind

Deeply merge 2 or more objects respecting type information.
Go to Latest
interface DeepMergeMergeFunctionURItoKind
Re-export
import { type DeepMergeMergeFunctionURItoKind } from "https://deno.land/x/deepmergets@v4.3.0/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, MF, M>
readonly
DeepMergeArraysDefaultURI: DeepMergeArraysDefaultHKT<Ts, MF, M>
readonly
DeepMergeSetsDefaultURI: DeepMergeSetsDefaultHKT<Ts>
readonly
DeepMergeMapsDefaultURI: DeepMergeMapsDefaultHKT<Ts>