This website requires JavaScript.
Explore
Register
Sign in
OpenSource
/
Sharkey
Watch
1
Star
0
Fork
You've already forked Sharkey
0
mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced
2024-11-17 22:06:27 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
18dd172c97
Sharkey
/
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