Skip to content

go0hum/cs-random-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cs-random-string

A module that returns alphanumeric strings

HOW TO INSTALL

npm install cs-random-string --save

HOW TO USE

var random = require('cs-random-string');

## METHOD

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published