1.3.2 • Published 6 months ago

is-letter v1.3.2

Weekly downloads
5
License
MIT
Repository
github
Last release
6 months ago

is-letter

node version npm version downloads count snyk

:hammer: Is it a letter?

Installation

npm install is-letter

Usage

var isLetter = require('is-letter');

isLetter('a'); // => true
isLetter('abba'); // => false

Unit tests

npm test

Code coverage

npm run coverage

Deployment script

npm version (major|minor|patch)
npm run build
npm publish
git push
git push --tags

License

The MIT License @ 2016

1.3.2

6 months ago

1.3.1

6 months ago

1.3.0

6 months ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago