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

x/deepmergets/dist/deno/mod.ts>DeepMergeLeafHKT

Deeply merge 2 or more objects respecting type information.
Go to Latest
type alias DeepMergeLeafHKT
Deprecated
Deprecated

Use DeepMergeLeaf instead.

import { type DeepMergeLeafHKT } from "https://deno.land/x/deepmergets@v5.0.0/dist/deno/mod.ts";

Get the leaf type from many types that can't be merged.

Type Parameters

Ts extends ReadonlyArray<unknown>
deprecated
definition: DeepMergeLeaf<Ts>