This website requires JavaScript.
Explore
Help
Sign In
monkee.ch
/
monkeeShark
Watch
1
Star
0
Fork
You've already forked monkeeShark
0
Code
Pull requests
Activity
fab0cc51b3
monkeeShark
/
src
/
server
/
api
/
common
/
is-native-token.ts
2 lines
57 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Use startsWith and endsWith for readability
2018-08-25 13:42:26 +00:00
export
default
(
token
:
string
)
=
>
token
.
startsWith
(
'!'
)
;
Copy permalink