mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-29 21:46:43 -06:00
3 lines
102 B
TypeScript
3 lines
102 B
TypeScript
import { secureRndstr } from '@/misc/secure-rndstr.js';
|
|
|
|
export default () => secureRndstr(16, true);
|