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.
Latest
import * as deepmergets from "https://deno.land/x/deepmergets@v7.0.3/dist/deno/types/index.ts";

Interfaces

Mapping of merge function URIs to the merge function type.

Type Aliases

Deep merge arrays.

The meta data deepmerge is able to provide.

Filter out undefined values.

The default merge functions to use when deep merging.

The merge functions to use when deep merging.

Deep merge types.

The utils provided to the merge functions.

The options the user can pass to customize deepmergeInto.

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

The merge function that returns a leaf.

Deep merge maps.

Don't filter values.

The options the user can pass to customize deepmerge.

Deep merge records.

Deep merge sets.

The utils provided to the merge functions.

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

An object that has a reference to a value.