This website requires JavaScript.
Explore
Help
Sign In
mirror
/
misskey
Watch
1
Star
0
Fork
1
You've already forked misskey
mirror of
https://github.com/misskey-dev/misskey.git
synced
2025-02-03 04:26:39 +09:00
Code
Issues
Actions
16
Packages
Projects
Releases
Wiki
Activity
91172654e4
misskey
/
src
/
server
/
api
/
common
/
is-native-token.ts
2 lines
55 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Refactor
2019-04-16 01:05:21 +09:00
export
default
(
token
:
string
)
=
>
token
.
length
===
16
;
Reference in New Issue
Copy Permalink