0.10.0 • Published 7 years ago
random-string-module-zorigt v0.10.0
random-string-module
A module theh returns alohanumeric string.
How to install
@npm install random-string-module --save
how to use
var random = require('random-string-module');
## method
# randomchar
this method takes in a integer value which specifies the length of the returned string.
console.log(random.RandomChar(10))
// return b2pcd13ezq
0.10.0
7 years ago