random-letter

1.0.1 • Public • Published

random-letter Build Status

Get a random letter from the English alphabet

Install

$ npm install --save random-letter

Usage

var randomLetter = require('random-letter');
 
randomLetter();
//=> t
 
randomLetter();
//=> a
 
randomLetter();
//=> r

License

MIT © Arthur Verschaeve

Package Sidebar

Install

npm i random-letter

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • arthurvr