jormungandr-bite/src/server/api/common/is-native-token.ts

2 lines
51 B
TypeScript
Raw Normal View History

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