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