mirror of
https://github.com/hotomoe/hotomoe
synced 2024-12-26 04:28:07 +09:00
4 lines
76 B
TypeScript
4 lines
76 B
TypeScript
import rndstr from 'rndstr';
|
|
|
|
export default () => rndstr('a-zA-Z0-9', 16);
|