Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
|
- const generateId = () => Math.floor(Math.random() * 1e4);
- const getRandomInt = (max) => Math.floor(Math.random() * Math.floor(max));
-
- export { generateId, getRandomInt };
- //# sourceMappingURL=rand.mjs.map
|