Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 187 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 187 Bytes

keyname-of

library to find out event keyname of given key code

keynameOf = require('keyname-of')

keynameOf(27)
// => esc

Install

$ npm install keyname-of