This website requires JavaScript.
Explore
Help
Register
Sign In
amechama
/
sharkey
Watch
1
Star
0
Fork
0
You've already forked sharkey
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
ceab34f5f3
sharkey
/
packages
/
backend
/
src
/
misc
/
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