Attribute category from a key code or character.
npm i ascii-category
import * as ascii from 'ascii-category'
or if you're old-school:
var ascii = require('ascii-category')
> const key = 48
> ascii.isDigit(key)
true
> event.which === ascii.Enter
true | false
Go to http://blog.werlangtecnologia.com.br/ascii-category/
MIT