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
bf7875bfaa
sharkey
/
src
/
server
/
api
/
common
/
is-native-token.ts
2 lines
51 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Refactor: Extract isNativeToken method
2017-01-06 11:07:42 +09:00
export
default
(
token
:
string
)
=
>
token
[
0
]
==
'!'
;
Reference in New Issue
Copy Permalink