Random String
Simply returns a random string
Overview
The module can be used when you need a function that returns a random string
Installing
npm install random-string
Usage
Just require the random-string
module. The export function can be used in any module you desire:
const rs = ; const x = rs; // x contains a random string with length of 5
Commands
'npm test'
Contributing
Feel free to file an issue or bug.