1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-08 02:43:59 +09:00
cherrypick/src/server/api/common/generate-native-user-token.ts

4 lines
82 B
TypeScript
Raw Normal View History

2017-08-28 23:47:43 +09:00
import rndstr from 'rndstr';
export default () => `!${rndstr('a-zA-Z0-9', 32)}`;