0.11.0 • Published 3 years ago

djd-random-string-module v0.11.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Random String Module

How to install

npm install random-string-module --save

How to use

let random = require('djd-random-string-module')
### Method

# RandomChar
// This method takes in a integer value which specifies the length of the returned strings.

console.log(random.RandomChar(10));
// Returns b2pcd13exs
0.11.0

3 years ago

0.10.0

3 years ago