Description
Search terms
readonly, keyof
Expected Behavior
For the following code:
export const a: readonly string[] = [];
typedoc should export:
a: readonly string[] = []
Actual Behavior
typedoc exports:
a: keyof string[] = []
Steps to reproduce the bug
Environment
- Typedoc version: 0.17.8
- TypeScript version: 3.9.6
- Node.js version: 14.4.0
- OS: macOS 10.15.4
Metadata
Metadata
Assignees
Labels
No labels