Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 429 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 429 Bytes

Typed KeyboardJS

The type definition for KeyboardJS.

License

MIT

Contributing

# Fork this repo
npm install

npm run watch

# Add tests, make changes, pass tests ... then [Ctrl+c]
npm run publish

Updating

Update typings.json's "version" to match the source version you are typing against. E.g.:

// typings.json
{
  "version": "3.5.0"
  // ...
}