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

Deeply merge 2 or more objects respecting type information.
Go to Latest
import * as deepmergets from "https://deno.land/x/deepmergets@v5.0.0/dist/deno/types/index.ts";

Interfaces

Mapping of merge function URIs to the merge function type.

Type Aliases

Deep merge 2 arrays.

The meta data deepmerge is able to provide.

Deep merge types.

The options the user can pass to customize deepmergeInto.

Get the leaf type from many types that can't be merged.

T
DeepMergeLeafHKT
deprecated

Get the leaf type from many types that can't be merged.

The merge function that returns a leaf.

Deep merge 2 maps.

The default merge functions to use when deep merging.

The merge functions to use when deep merging.

The utils provided to the merge functions.

The utils provided to the merge functions.

The options the user can pass to customize deepmerge.

Deep merge records.

Deep merge 2 sets.

Get the merge functions with defaults apply from the given subset.

An object that has a reference to a value.