1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-14 14:48:53 +09:00
cherrypick/packages/backend/src/misc/generate-native-user-token.ts
2022-09-18 03:27:08 +09:00

4 lines
102 B
TypeScript

import { secureRndstr } from '@/misc/secure-rndstr.js';
export default () => secureRndstr(16, true);