This website requires JavaScript.
Explore
Help
Sign In
mirror
/
MisskeyIO
Watch
1
Star
0
Fork
0
You've already forked MisskeyIO
mirror of
https://github.com/MisskeyIO/misskey
synced
2024-12-28 05:28:41 +09:00
Code
27768081e2
MisskeyIO
/
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 22:42:26 +09:00
export
default
(
token
:
string
)
=
>
token
.
startsWith
(
'!'
)
;
Copy Permalink