0.10.0 • Published 7 years ago
random-string-module-learning v0.10.0
Random String module
A module that returns alphanumeric strings
HOW TO INSTALL
npm install random-string-module-learning --save
HOW TO USE
var random = require('random-string-module-learning');
## METHOD
# RandomChar
This method takes in an integer value which specifies the length of the returned strings.
console.log(random.RandomChar(10))
// Returns shkgh23hfj3
0.10.0
7 years ago