@glowyjs/random-letter
v1.0.0
Published
Random Letter package provides functionality to generate a random letter value.
Maintainers
Readme
Install
$ npm install --save @glowyjs/random-letterUsage
import randomLetter from '@glowyjs/random-letter';
randomLetter();
//=> a
randomLetter({'casing': 'upper'});
//=> ATests
Run tests
npm run testLicense
The MIT License (MIT) Copyright (c) Sergey Romanenko
