return-random-string
v0.0.5
Published
this module returns a random string
Readme
##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 = require('return-random-string');
const x = rs.randomString(); // x contains a random string with length of 5
##Commands
'npm test'
##Contributing
Feel free to file an issue or bug.
