1.0.1 • Published 6 years ago

ascii-category v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

ascii-category

npm GitHub Travis (.org) Code Climate

Attribute category from a key code or character.

Install

npm i ascii-category

Usage

import * as ascii from 'ascii-category'

or if you're old-school:

var ascii = require('ascii-category')

API

> const key = 48
> ascii.isDigit(key)
true
> event.which === ascii.Enter
true | false

Docs

Go to http://blog.werlangtecnologia.com.br/ascii-category/

License

MIT