edh-random-string
v0.10.0
Published
A module that returns alphanumeric strings
Downloads
7
Maintainers
Readme
edh-random-string
A module that returns alphanumeric strings
Installation
npm install edh-random-string --save
How to use
let random = require('edh-random-string');
# Method
# RandomChar
// This method takes in an integer value which specifies
// the length of the returned strings
console.log(random.RandomChar(10))
// Returns b2pcd14ezq