-
-
Notifications
You must be signed in to change notification settings - Fork 750
Closed
Labels
no bugThis is expected behaviorThis is expected behavior
Description
Search terms
namespace
Expected Behavior
export namespace foo {
export type Options = { a: number }
}
export function foo(options: foo.Options) {
}This should both namespace and function.
Actual Behavior
It generates namespace only.
Steps to reproduce the bug
https://github.com/unional/typedoc-repros
Environment
- Typedoc version: 0.23.15
- TypeScript version: 4.8.4
- Node.js version: 16.16.0
- OS: Windows
Metadata
Metadata
Assignees
Labels
no bugThis is expected behaviorThis is expected behavior