mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-12-24 07:44:25 +00:00
1 line
57 B
TypeScript
1 line
57 B
TypeScript
export default (token: string) => token.startsWith('!');
|