Closed
Description
Search terms
re-export
Question
Not sure if that's a bug, or I'm misunderstanding something.
If a module re-exports everything from another using export * from "some-module"
, then all of some-module's exports will show as re-exports in the doc for that module. However if I do export { something } from "some-module"
, nothing shows up. Why is that? How can I include in the doc a particular named re-export?
Metadata
Metadata
Assignees
Labels
No labels