random-string-generator-module

0.10.0 • Public • Published

random-string-generator-module

A module that returns a random alphanumeric string

HOW TO INSTALL

npm install random-string-generator-module --save

HOW TO USE

var random = require('random-string-generator-module');

## METHOD

# RandomString
This method takes an integer value which specifies as the length of the returned random strings

console.log(random.RandomString(10))
// Returns b21qwerf5g

Package Sidebar

Install

npm i random-string-generator-module

Weekly Downloads

1

Version

0.10.0

License

ISC

Unpacked Size

1.4 kB

Total Files

3

Last publish

Collaborators

  • anagharajan