This website requires JavaScript.
Explore
Help
Register
Sign in
yume
/
paricafe
Watch
1
Star
0
Fork
You've already forked paricafe
0
mirror of
https://github.com/paricafe/misskey.git
synced
2024-11-26 22:36:44 -06:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
08a59591ae
paricafe
/
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 08:42:26 -05:00
export
default
(
token
:
string
)
=
>
token
.
startsWith
(
'!'
)
;
Reference in a new issue
Copy permalink