const generateRandomString = () => Math.random().toString(32).slice(2); export default generateRandomString;