1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-12-16 23:58:54 +09:00
MisskeyIO/packages/backend/src/misc/is-native-token.ts

2 lines
55 B
TypeScript
Raw Normal View History

2019-04-16 01:05:21 +09:00
export default (token: string) => token.length === 16;