mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-13 17:33:09 +02:00
3 lines
82 B
TypeScript
3 lines
82 B
TypeScript
import rndstr from 'rndstr';
|
|
|
|
export default () => `!${rndstr('a-zA-Z0-9', 32)}`;
|