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 d80b45c commit ad4f2b9Copy full SHA for ad4f2b9
1 file changed
src/Core.ts
@@ -579,6 +579,7 @@ const getModulePrintables = (module: Domain.Module) =>
579
module.functions,
580
module.interfaces,
581
module.typeAliases,
582
+ module.exports,
583
module.namespaces.flatMap((ns) =>
584
[ns.interfaces, ns.typeAliases].flat().map((doc) => doc.modifyName(`${ns.name}.${doc.name}`))
585
)
0 commit comments