Sharkey/packages/backend/src/misc/is-native-token.ts
2022-09-18 03:27:08 +09:00

2 lines
55 B
TypeScript

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