mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2024-12-22 10:38:04 +09:00
4 lines
82 B
TypeScript
4 lines
82 B
TypeScript
import rndstr from 'rndstr';
|
|
|
|
export default () => `0${rndstr('a-zA-Z0-9', 15)}`;
|