Closed
Description
Describe the feature you'd like:
If I start typing library functions in VS Code all I see in the IntelliSense tooltip is the import statement:
As far as I know this could be easily fixed by adding JSDoc in the typings/index.d.ts
file so the developer quickly sees a short overview of what this function does and which parameters are expected.
Suggested implementation:
I can start annotating the exported functions 🙂