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
f44dc2dd05
sharkey
/
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 20:29:52 +09:00
export
default
(
token
:
string
)
=
>
token
.
startsWith
(
'0'
)
;
Reference in New Issue
Copy Permalink