-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closes #51 : Added index.d.ts + documentation for javascript and typescript #59
Conversation
Better example in doc hid callback_type type
Better example in doc
js example instead of ts
Provided typescript examples also a getting-cow-names example was missing.
doc update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This all looks good to be, aside from a few the y and w being switched in some of the examples. I'm not the owner but I have confirmed that this file works as expected. I appreciate the updated readme with examples too.
@piuccio if you're good with the README.md changes, this is good from a TS perspective.
* - #### `w` : youthful | ||
* - #### `y` : wired |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* - #### `w` : youthful | |
* - #### `y` : wired | |
* - #### `w` : wired | |
* - #### `y` : youthful |
Co-authored-by: Lachlan Heywood <[email protected]>
…nd typescript (piuccio#59) Co-authored-by: Lachlan Heywood <[email protected]>
Closes #51 : Added
index.d.ts
+ documentation for Javascript and Typescript