Skip to content

ahmadhany/random-character

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

random-character

A Module that returns alphanumeric strings

How To Install

npm install random-character --save

How To Use

var random = require('random-character');

##METHOD

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

console.log(random.RandomChar(10));
// returns b2pcd12ezq

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published