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

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i is-letter

    Weekly Downloads

    11

    Version

    1.3.2

    License

    MIT

    Unpacked Size

    7.85 kB

    Total Files

    4

    Last publish

    Collaborators

    • piecioshka