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