Skip to content

Commit

Permalink
export function definition types
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Pizzamiglio committed Jan 22, 2025
1 parent 9404b13 commit f5a517c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ interface Options {
type DeepmergeConstructor = typeof deepmerge

declare namespace deepmerge {
export { Options }
export { Options, DeepMergeFn, DeepMergeAllFn }
export const deepmerge: DeepmergeConstructor
export { deepmerge as default }
}
Expand Down

0 comments on commit f5a517c

Please sign in to comment.