mirror of
https://github.com/MisskeyIO/misskey
synced 2024-12-16 07:38:14 +09:00
4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
import { secureRndstr } from '@/misc/secure-rndstr.js';
|
|
|
|
export default () => secureRndstr(16, true);
|