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

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

Enums

The different types of objects deepmerge-ts support.

Functions

Deeply merge objects.

Deeply merge two or more objects using the given options.

Deeply merge objects into a target.

Deeply merge two or more objects using the given options.

Get the keys of the given objects including symbol keys.

Get the type of the given object.

Does the given object have the given property.

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.

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 default 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.

An object that has a reference to a value.

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