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
54804f4a64
calckey
/
src
/
api
/
common
/
is-native-token.ts
2 lines
51 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Refactor: Extract isNativeToken method
2017-01-06 02:07:42 +00:00
export
default
(
token
:
string
)
=
>
token
[
0
]
==
'!'
;