1
0
Files
pawkey-sk/src/server/api/common/is-native-token.ts
T
2019-04-16 01:05:21 +09:00

2 lines
55 B
TypeScript

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