mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-24 04:53:33 +00:00
4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
import { secureRndstr } from '@/misc/secure-rndstr';
|
|
|
|
export default () => secureRndstr(16, true);
|