Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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@v4.3.0/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 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.