random-string-module-pbk
v0.10.0
Published
A module that returns random alphanumeric of specified length requested
Maintainers
Readme
random-string-module
A Module that returns alphanumeric strings.
How to Install
npm install random-string-module --save
How to use
const random = require('random-string-module');
## METHOD
# getRandomChar
This method takes in an integer value which specifies the lenght of the returned string.
console.log(random.getRandomChar(10));
// Returns b2pcd13ezq