index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
api
/
common
/
is-native-token.ts
blob: 0769a4812e1e27ae066accc2679be0d0061656d2 (
plain
)
1
export
default
(
token
:
string
)
=>
token
[
0
]
==
'!'
;