Skip to main content
Module

x/deepmergets/dist/deno/types/index.ts>DeepMergeOptions

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

The options the user can pass to customize deepmerge.

Type Parameters

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