0.10.0 • Published 4 years ago

random-string-generator-module v0.10.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

random-string-generator-module

A module that returns a random alphanumeric string

HOW TO INSTALL

npm install random-string-generator-module --save

HOW TO USE

var random = require('random-string-generator-module');

## METHOD

# RandomString
This method takes an integer value which specifies as the length of the returned random strings

console.log(random.RandomString(10))
// Returns b21qwerf5g