Skip to main content
Module

x/deepmergets/dist/node/types/current/index.d.cts>deepmergeIntoCustom

Deeply merge 2 or more objects respecting type information.
Go to Latest
function deepmergeIntoCustom
import { deepmergeIntoCustom } from "https://deno.land/x/deepmergets@v5.1.0/dist/node/types/current/index.d.cts";

Deeply merge two or more objects using the given options and meta data.

Parameters

  • The options on how to customize the merge function.
optional
rootMetaData: MetaData
  • The meta data passed to the root items' being merged.

Returns

<Target extends object, Ts extends ReadonlyArray<unknown>>(target: Target, ...objects: Ts) => void