This website requires JavaScript.
Explore
Help
Sign In
monkee.ch
/
monkeeShark
Watch
1
Star
0
Fork
You've already forked monkeeShark
0
Code
Pull requests
Activity
bce8c5a315
monkeeShark
/
src
/
server
/
api
/
common
/
is-native-token.ts
2 lines
55 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Refactor
2019-04-15 16:05:21 +00:00
export
default
(
token
:
string
)
=
>
token
.
length
===
16
;
Copy permalink