random-string-module-08
v1.0.1
Published
Un modulo che restituisce stringhe alfanumeriche casuali
Downloads
3
Readme
random-string-module-08
A module that returns alphanumeric strings.
HOW TO INSTALL
npm install random-string-module --save
METHOD
RandomChar
This method takes in an integer value which specifies the length of the returned strings.
HOW TO USE
var random = require('random-string-module);
console.log(random.RandomChar(10))
// Returns b2pcd13ezq