1
0
mirror of https://github.com/hotomoe/hotomoe synced 2025-01-08 02:42:55 +09:00
hotomoe/src/server/api/common/is-native-token.ts

2 lines
57 B
TypeScript
Raw Normal View History

export default (token: string) => token.startsWith('!');