Export all types that are referenced by all exported types #686
Labels
CICD
CICD related item
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
hacktoberfest
For the hacking month of October
Currently there are types referenced by exported types that are not explicitly exported which is not friendly for developers from documentation point of view.
Run
npx typedoc --validation --entryPoints src/index.ts
agains the repo and look for:And remove all those instances by exporting the type referenced.
The text was updated successfully, but these errors were encountered: