Skip to content

EddSuarez/random-letters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

random-letters

Tiny module for generating random letters

Getting Started

Install the module with: npm install random-string

var random = require('random-letters');
var x = random(8); // contains 8 random letters 
console.log(x); // 'rKIhmftb'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published