This website requires JavaScript.
Explore
Help
Register
Sign In
HoovesSocial
/
hippofish
Watch
2
Star
0
Fork
You've already forked hippofish
0
Code
Issues
3
Pull requests
1
Projects
Releases
Packages
Wiki
Activity
Actions
fab0cc51b3
hippofish
/
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 15:42:26 +02:00
export
default
(
token
:
string
)
=
>
token
.
startsWith
(
'!'
)
;
Reference in a new issue
Copy permalink