Open larshp opened 3 years ago
any thoughts?
We welcome any PRs from the community that would help improve the driver: TypeScript support is certainly a welcome addition.
Our development team is mainly focused on enhancements for existing SAP applications using this driver moving to HANA Cloud so it is not likely we will get to this enhancement soon, but it is on our backlog.
Hi, Are you interested in a PR that builds typescript definitions for this project?
The automatic generation of types from Javascript was introduced in https://devblogs.microsoft.com/typescript/announcing-typescript-3-7/#declaration-and-allowjs
Automatic generation is not perfect, but its a quick win, much better than nothing
A PR could look much like https://github.com/micromatch/picomatch/pull/53