1 line
86 B
JavaScript
1 line
86 B
JavaScript
export const generateRandomString = () => Math.random().toString(36).substring(2, 15); |