1
0
mirror of https://github.com/MisskeyIO/misskey synced 2024-12-26 04:28:17 +09:00
MisskeyIO/src/server/api/common/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;