1
0
mirror of https://github.com/hotomoe/hotomoe synced 2024-12-25 20:18:07 +09:00
hotomoe/src/server/api/common/generate-native-user-token.ts

4 lines
102 B
TypeScript
Raw Normal View History

import { secureRndstr } from '@/misc/secure-rndstr.js';
2017-08-28 23:47:43 +09:00
export default () => secureRndstr(16, true);