1
0
Files
pawkey-sk/packages/backend/src/misc/is-native-token.ts
T
2022-09-18 03:27:08 +09:00

2 lines
55 B
TypeScript

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