Refactor: Extract isNativeToken method

This commit is contained in:
syuilo
2017-01-06 11:07:42 +09:00
parent 733b3d8132
commit 86548f6468
3 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1 @@
export default (token: string) => token[0] == '!';