misskey/packages/backend/src/misc/is-native-token.ts

2 lines
55 B
TypeScript

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