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