Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deepmergets/dist/deno/types/options.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@v5.0.0/dist/deno/types/options.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>>