mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-13 08:10:50 +01:00
1 line
51 B
TypeScript
1 line
51 B
TypeScript
export default (token: string) => token[0] == '!';
|