-
Notifications
You must be signed in to change notification settings - Fork 156
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 Definitions #14
Comments
Hi, the SDK currently doesn't have typescript definitions available yet. We will looking into providing the definitions but we cannot guarantee such offering nor a timeline. Please stay tuned. |
Lacking Typescript and Node 8+ support isn't great for a non-beta AWS product. This is where modern JS is heading. |
I also would love to see typescript definitions soon as our company is dependent on aws and typescript. |
Definitions are getting increasingly common among projects and since Typescript at least nowadays can also be used to lint pure js I think it's a very good suggestion. However: Anyone can contribute type definitions for this package to the @DefinitelyTyped project: https://github.com/DefinitelyTyped/DefinitelyTyped#create-a-new-package |
This would be very nice to have, as it's very frustrating how the |
As a workaround, generics can help. Creating a
|
Somebody created a basic definition here: Not perfect though... |
I would really like to see this done as well. |
Where are the type definitions? |
Hi everyone, I've just opened #207 🙂 |
TypeScript definitions have been released in v2.5.0! |
I think it's correct for it to be a dependency, because the |
Hi,
Are there anywhere typescript definitions for this project?
If not, do you have any plans to provide typescript definitions in the future?
thanks,
Guy
The text was updated successfully, but these errors were encountered: