mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-06-08 22:16:57 +00:00
1 line
57 B
TypeScript
1 line
57 B
TypeScript
export default (token: string) => token.startsWith('0');
|