Skip to content

Commit

Permalink
feat!: remove deprecated type DeepMergeLeafHKT
Browse files Browse the repository at this point in the history
  • Loading branch information
RebeccaStevens committed May 10, 2024
1 parent 80ff1de commit 9a46ab2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/types/merging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,6 @@ type DeepMergeOthersHKT<
*/
export type DeepMergeLeafURI = "DeepMergeLeafURI";

/**
* Get the leaf type from many types that can't be merged.
*
* @deprecated Use `DeepMergeLeaf` instead.
*/
export type DeepMergeLeafHKT<Ts extends ReadonlyArray<unknown>> =
DeepMergeLeaf<Ts>;

/**
* Get the leaf type from many types that can't be merged.
*/
Expand Down

0 comments on commit 9a46ab2

Please sign in to comment.