is-letter

1.3.2 • Public • Published

is-letter

node version npm version downloads count snyk

🔨 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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.3.2
    12
    • latest

Version History

Package Sidebar

Install

npm i is-letter

Weekly Downloads

13

Version

1.3.2

License

MIT

Unpacked Size

7.85 kB

Total Files

4

Last publish

Collaborators

  • piecioshka