yumechi-no-kuni/src/api/common/is-native-token.ts

2 lines
51 B
TypeScript
Raw Normal View History

2017-01-05 20:07:42 -06:00
export default (token: string) => token[0] == '!';