kwojcicki / amazon-dax-client-v3

AWS JS SDK v3 compatible dax client
Apache License 2.0
7 stars 2 forks source link

No declaration file #3

Closed paul-uz closed 6 months ago

paul-uz commented 6 months ago

I'm using this in a Typescript project, and TS complains that there is no declaration file.

Any chance this can be added?

kwojcicki commented 6 months ago

Added some typings https://github.com/kwojcicki/amazon-dax-client-v3/blob/main/src/AmazonDaxClient.d.ts, they are pretty permissive, in comparison to what DAX can actually do, I'll prune it down later