This website requires JavaScript.
Explore
Register
Sign in
OpenSource
/
misskey
Watch
1
Star
0
Fork
You've already forked misskey
0
mirror of
https://github.com/misskey-dev/misskey.git
synced
2024-12-19 15:55:21 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
735687be21
misskey
/
src
/
server
/
api
/
common
/
is-native-token.ts
2 lines
57 B
TypeScript
Raw
Normal View
History
Unescape
Escape
update token generation
2019-04-08 13:29:52 +02:00
export
default
(
token
:
string
)
=
>
token
.
startsWith
(
'0'
)
;
Reference in a new issue
Copy permalink