dwn-sdk-js icon indicating copy to clipboard operation
dwn-sdk-js copied to clipboard

Export all types that are referenced by all exported types

Open thehenrytsai opened this issue 1 year ago • 0 comments

Currently there are types referenced by exported types that are not explicitly exported, we should export them all.

Run npx typedoc --validation --entryPoints src/index.ts agains the repo and look for:

[warning]... defined in... but not included in the documentation

And remove all those instances by exporting the type referenced.

thehenrytsai avatar Feb 12 '24 17:02 thehenrytsai