1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-20 09:38:07 +09:00
hotomoe/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);