Helper methods for dealing with key codes in keyboard events.
npm i keyboard-key-code
import * as keyCode from 'keyboard-key-code'
keyCode.isTab({
which: 9
})
// => true
MIT © Emil Johansson
Helper methods for dealing with key codes in keyboard events.
npm i keyboard-key-code
import * as keyCode from 'keyboard-key-code'
keyCode.isTab({
which: 9
})
// => true
MIT © Emil Johansson