index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
api
/
common
/
is-native-token.ts
blob: 2833c570c8c90ee32724e9e07da37ca64dbb5aa8 (
plain
)
1
export
default
(
token
:
string
)
=>
token
.
length
===
16
;