1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-12-25 20:18:18 +09:00
MisskeyIO/src/server/api/common/is-native-token.ts
2019-04-16 01:05:21 +09:00

2 lines
55 B
TypeScript

export default (token: string) => token.length === 16;