mirror of
https://github.com/paricafe/misskey.git
synced 2025-01-11 21:50:50 -06:00
d071d18dd7
* wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
3 lines
102 B
TypeScript
3 lines
102 B
TypeScript
import { secureRndstr } from '@/misc/secure-rndstr.js';
|
|
|
|
export default () => secureRndstr(16, true);
|