index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
has-duplicates.ts
blob: dd5e6759f101dd45df7b6e8286a61f6b524e08e7 (
plain
)
1
export
default
(
array
:
any
[])
=>
(
new
Set
(
array
)).
size
!==
array
.
length
;