This website requires JavaScript.
Explore
Help
Sign In
natty
/
calckey
Watch
1
Star
0
Fork
You've already forked calckey
0
Code
Issues
1
Pull Requests
Packages
Projects
Releases
Wiki
Activity
7722fc4d3f
calckey
/
packages
/
backend
/
src
/
server
/
api
/
common
/
is-native-token.ts
2 lines
55 B
TypeScript
Raw
Blame
History
export
default
(
token
:
string
)
=
>
token
.
length
===
16
;
Reference in New Issue
View Git Blame
Copy Permalink