Open
Description
Hi again! As the tool can now be run programmatically, it would be good if there were also type definitions available for those of us trying to run this in a TS codebase.
The options are:
- Add type definitions as a separate package in DefinitelyTyped
- Add static type definitions in this repository - can be some maintenance burden.
- Add type annotations to the code / functions in JSDoc, then extract those with tsc for build/distribution - still a bit maintenance burden, but at least the types would be co-located with the source and would also give some code editor autocomplete helpers.
- Rewrite everything in TS (I wouldn't want to do that, seems like too much work TBH 😅).
Any preference towards some of these options?
Metadata
Assignees
Labels
No labels