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