Skip to content

Commit

Permalink
chore: remove unDuplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
pnwatin committed Sep 24, 2024
1 parent f02ba53 commit e409bd1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion src/arrays/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export { shuffle } from './shuffle';
export { sortNumbers } from './sort-numbers';
export { tail } from './tail';
export { toFilled } from './to-filled';
export { unDuplicate } from './un-duplicate';
export { union } from './union';
export { uniq } from './uniq';
export { xor } from './xor';
11 changes: 0 additions & 11 deletions src/arrays/un-duplicate.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export {
sortNumbers,
tail,
toFilled,
unDuplicate,
union,
uniq,
xor,
Expand Down

0 comments on commit e409bd1

Please sign in to comment.