This website requires JavaScript.
Explore
Help
Register
Sign In
laoxong
/
misskey
Watch
1
Star
0
Fork
0
You've already forked misskey
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
a87c5899c5
misskey
/
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 New Issue
Copy Permalink