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 publish
Update typings.json
's "version"
to match the source version you are typing against. E.g.:
// typings.json
{
"version": "3.5.0"
// ...
}