-
Notifications
You must be signed in to change notification settings - Fork 128
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
TypeScript Support #5
Comments
Not really, also I don't use TypeScript so I'm not the best to create those definitions, but they should be fairly simple to implement. A PR would be welcome :) |
Cool! I'll start working on it. Shouldn't take too long |
#11 Here are the typings. Ran into a lot of weirdness in linking packages from npm/yarn, sorry it took a while |
Addressed in #11 |
I found that the typings were missing the definition for the optional "options" parameter. I've created the PR above to update the TypeScript typings to include it. |
Are there any plans for TypeScript support or at least just a definitions file for now?
The text was updated successfully, but these errors were encountered: