Skip to main content
Module

x/deepmergets/dist/deno/index.ts>DeepMergeIntoOptions

Deeply merge 2 or more objects respecting type information.
Go to Latest
type alias DeepMergeIntoOptions
import { type DeepMergeIntoOptions } from "https://deno.land/x/deepmergets@v7.0.1/dist/deno/index.ts";

The options the user can pass to customize deepmergeInto.

Type Parameters

M
optional
MM extends Readonly<Record<PropertyKey, unknown>> = { }
definition: Partial<DeepMergeIntoOptionsFull<M, MM & DeepMergeBuiltInMetaData>>