mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2025-01-09 23:43: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);
|