mirror of
https://github.com/MisskeyIO/misskey
synced 2024-12-17 08:09:09 +09:00
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
|
import rndstr from 'rndstr';
|
||
|
|
||
|
export default () => `!${rndstr('a-zA-Z0-9', 32)}`;
|