1.0.0-rc.1 • Published 8 years ago
random-letters v1.0.0-rc.1
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'
1.0.0-rc.1
8 years ago
1.0.0
10 years ago