mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-20 09:38:07 +09:00
4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
import { secureRndstr } from '@/misc/secure-rndstr.js';
|
|
|
|
export default () => secureRndstr(16, true);
|