1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-12-28 05:28:41 +09:00
MisskeyIO/src/server/api/common/is-native-token.ts

2 lines
57 B
TypeScript
Raw Normal View History

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