random-string-module-learning

0.10.0 • Public • Published

Random String module

A module that returns alphanumeric strings

HOW TO INSTALL

npm install random-string-module-learning --save

HOW TO USE

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

## METHOD 

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

console.log(random.RandomChar(10))
// Returns shkgh23hfj3

Package Sidebar

Install

npm i random-string-module-learning

Weekly Downloads

0

Version

0.10.0

License

MIT

Unpacked Size

1.33 kB

Total Files

3

Last publish

Collaborators

  • anujmax