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