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 19, 2024
1 parent 9c86605 commit 1982e56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export type {
DeepMergeBuiltInMetaData,
DeepMergeHKT,
DeepMergeLeaf,
DeepMergeLeafHKT,
DeepMergeLeafURI,
DeepMergeMapsDefaultHKT,
DeepMergeMergeFunctionsDefaultURIs,
Expand Down
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 1982e56

Please sign in to comment.