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: 6afbc99ab50a164736f8f8a464c72bb49b869f21 (
plain
)
1
export
default
(
token
:
string
)
=>
token
.
startsWith
(
'!'
);