mirror of
https://github.com/sim1222/misskey.git
synced 2025-06-28 22:58:00 +09:00
2 lines
51 B
TypeScript
2 lines
51 B
TypeScript
export default (token: string) => token[0] == '!';
|