Random Letter
Random Letter package provides functionality to generate a random letter value.
Install
$ npm install --save @glowyjs/random-letter
Usage
import randomLetter from '@glowyjs/random-letter';
randomLetter();
//=> a
randomLetter({'casing': 'upper'});
//=> A
Tests
Run tests
npm run test
License
The MIT License (MIT) Copyright (c) Sergey Romanenko