mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-15 18:23:08 +02:00
3 lines
102 B
TypeScript
3 lines
102 B
TypeScript
import { secureRndstr } from '@/misc/secure-rndstr.js';
|
|
|
|
export default () => secureRndstr(16, true);
|