Skip to main content
Module

x/deepmergets/dist/deno/defaults/into.ts

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

Functions

The default strategy to merge arrays into a target array.

The default strategy to merge maps into a target map.

Set the target to the last non-undefined value.

The default strategy to merge records into a target record.

The default strategy to merge sets into a target set.

Type Aliases

The default merge functions.