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
37edacce44
misskey
/
src
/
api
/
common
/
is-native-token.ts
2 lines
51 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Refactor: Extract isNativeToken method
2017-01-06 03:07:42 +01:00
export
default
(
token
:
string
)
=
>
token
[
0
]
==
'!'
;
Reference in New Issue
Copy Permalink