Skip to content

Commit

Permalink
add missing removeDuplicates export (#165)
Browse files Browse the repository at this point in the history
* chore: add missing removeDuplicates export

* chore: execute lint fix

---------

Co-authored-by: Mateusz Tkacz <mateusz.tkacz@lokalise.com>
  • Loading branch information
CatchMe2 and Mateusz Tkacz authored Oct 3, 2024
1 parent aa7a3d5 commit ba80b30
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ 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 ba80b30

Please sign in to comment.