d071d18dd7
* wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
4 lines
102 B
TypeScript
4 lines
102 B
TypeScript
import { secureRndstr } from '@/misc/secure-rndstr.js';
|
|
|
|
export default () => secureRndstr(16, true);
|