makeId.js 75 B

123
  1. module.exports = () => {
  2. return Math.floor(Math.random() * 10000000);
  3. };