This website requires JavaScript.
Explore
Help
Sign in
limepotato
/
jormungandr-bite
Watch
1
Star
0
Fork
You've already forked jormungandr-bite
0
mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced
2024-11-18 07:57:38 -07:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
64c8a5847f
jormungandr-bite
/
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 07:42:26 -06:00
export
default
(
token
:
string
)
=
>
token
.
startsWith
(
'!'
)
;
Reference in a new issue
Copy permalink