Skip to content

expertitlab-opensource/eil-random-string-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

eil-random-string-module

A simple module to get alphanumeric strings.

HOW TO INSTALL

npm install eil-random-string-module --save

HOW TO USE

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

## METHOD 

# rChar 
this method takes in an integer value which specifies the length of the returned strings

console.log(random.rChar(15));
// Returns alkfjdlakj484ET

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published