Skip to content

Ran463/random_string_module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random_String_Module

A module the return alphanumeric strings.

HOW TO INSTALL

nmp install random_string_module --save

HOW TO USE

var random = require ('random_string_module');

## METHOD

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

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published