Closed
Description
Consider the following code:
const SECOND_IN_MILLISECONDS = 1000;
TypeDoc will generate a page with the following:
Here, the type of "1000" is superfluous/confusing/noisy/distracting. Thus, I propose that when TypeDoc determines that the type is exactly the same thing as the value, then it should omit printing out the type.