mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-06-07 13:36:56 +00:00
1 line
55 B
TypeScript
1 line
55 B
TypeScript
export default (token: string) => token.length === 16;
|