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