@glowyjs/random-letter

1.0.0 • Public • Published

Random Letter

Random Letter package provides functionality to generate a random letter value.

Version License

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

Package Sidebar

Install

npm i @glowyjs/random-letter

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

2.98 kB

Total Files

4

Last publish

Collaborators

  • awilum