We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb9770 commit 3b8de09Copy full SHA for 3b8de09
1 file changed
src/Core.ts
@@ -610,6 +610,7 @@ const getModulePrintables = (module: Domain.Module) =>
610
module.functions,
611
module.interfaces,
612
module.typeAliases,
613
+ module.exports,
614
module.namespaces.flatMap((ns) =>
615
[ns.interfaces, ns.typeAliases].flat().map((doc) => doc.modifyName(`${ns.name}.${doc.name}`))
616
)
0 commit comments