mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-09 23:22:52 +09:00
14148f6c4a
Resolve #7779
2 lines
55 B
TypeScript
2 lines
55 B
TypeScript
export default (token: string) => token.length === 16;
|