0.10.0 • Published 6 months ago

random-string-module-pbk v0.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

random-string-module

A Module that returns alphanumeric strings.

How to Install

npm install random-string-module --save

How to use

const random = require('random-string-module');

## METHOD

# getRandomChar
This method takes in an integer value which specifies the lenght of the returned string.

console.log(random.getRandomChar(10));
// Returns b2pcd13ezq
0.10.0

6 months ago