repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[DRVWEB-4373] Add Suggestion Mode spotlight onboarding modal for docs on drive
[ProtonMail-WebClient.git]
/
packages
/
pass
/
utils
/
array
/
remove.ts
blob
79193e4aa384cc162421c744958352068ec62225
1
export const arrayRemove = <T>(array: T[], removeAt: number): T[] => array.filter((_, index) => index !== removeAt);