mirror of
https://github.com/sim1222/misskey.git
synced 2025-05-18 20:17:38 +09:00
4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
import { secureRndstr } from '@/misc/secure-rndstr';
|
|
|
|
export default () => secureRndstr(16, true);
|