Skip to content

yongtrim/random-string-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

random-string-module

A module that returns alphanumeric stings.

HOW TO INSTALL

npm install yt-random-string-module --save

HOW TO USE

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

METHOD

RandomChar

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published