- Generates random strings containing a-z, A-Z and 0-9
Example usage:
const randomString = require("./randomstring")
const string = randomString(8) // Generates a random string which is 8 characters long
console.log(string) // Prints the random string generated (example: Vs7iJz7i, 4KL90O3u, KHn39zjn)