1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-06 18:03:35 +09:00
cherrypick/src/server/api/common/generate-native-user-token.ts
2018-03-29 01:54:41 +09:00

4 lines
82 B
TypeScript

import rndstr from 'rndstr';
export default () => `!${rndstr('a-zA-Z0-9', 32)}`;