1.0.0 • Published 3 years ago
@glowyjs/random-letter v1.0.0
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
1.0.0
3 years ago