Skip to content

Commit

Permalink
chore: add missing removeDuplicates export
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Tkacz committed Oct 3, 2024
1 parent aa7a3d5 commit 2e7b54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export {

export { EncryptionUtility } from './src/utils/encryptionUtility'

export { chunk, callChunked, removeFalsy, removeNullish } from './src/utils/arrayUtils'
export { chunk, callChunked, removeFalsy, removeNullish, removeDuplicates } from './src/utils/arrayUtils'
export {
groupBy,
groupByPath,
Expand Down

0 comments on commit 2e7b54a

Please sign in to comment.