alexprey / sveltedoc-parser

Generate a JSON documentation for a Svelte (https://github.com/sveltejs/svelte) component
https://www.npmjs.com/package/sveltedoc-parser
MIT License
89 stars 7 forks source link

Typings don't describe public methods of the library #43

Closed alexprey closed 3 years ago

alexprey commented 3 years ago

The typings.d.ts file are not describe library API methods and options. It should be added.

soft-decay commented 3 years ago

I'm working on typings for the parse options as part of #29. I'll create a PR soon with the changes.