rudeshark.net/src/server/api/common/is-native-token.ts

2 lines
51 B
TypeScript
Raw Normal View History

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