vertica / vertica-nodejs

Official native node.js client for the Vertica Analytics Database.
https://www.vertica.com/
Apache License 2.0
12 stars 14 forks source link

Is there any plan to provide @types/vertica-nodejs for TypeScript project? #125

Open HankLeo opened 1 year ago

HankLeo commented 1 year ago

Hi guys,

I'm developing a Node.js application based on TypeScript and using this vertica-nodejs as my project's client driver. But seems currently there's no related @types package. As we know, native JavaScript has no good type inference like TypeScript provides, so I wonder know is there any plan to implement some like "index.d.ts" for this project?

Thanks and regards!