The type definition for KeyboardJS.
MIT
# Fork this repo
npm install
npm run watch
# Add tests, make changes, pass tests ... then [Ctrl+c]
npm run publishUpdate typings.json's "version" to match the source version you are typing against. E.g.:
// typings.json
{
"version": "3.5.0"
// ...
}