match a DOM KeyboardEvent with an Electron Accelerator string
npm install keyboardevent-match-electron-accelerator> match a DOM KeyboardEvent with an Electron Accelerator string
background details relevant to understanding what this module does
description of the example
``js
const keyboardeventMatchElectronAccelerator = require('keyboardevent-match-electron-accelerator');
console.log({keyboardeventMatchElectronAccelerator});
`
This will output
``


`js`
const keyboardeventMatchElectronAccelerator = (): object
description of the function signature
With npm installed, run
``
$ npm install keyboardevent-match-electron-accelerator
MIT