Intermediate
TypeScript
Q63 / 100
What does declaration merging allow for namespaces and interfaces with the same name?
Correct! Well done.
Incorrect.
The correct answer is B) TypeScript combines their members into a single definition
B
Correct Answer
TypeScript combines their members into a single definition
Explanation
TypeScript merges multiple declarations of the same interface (or compatible namespace/interface pairs) into one combined definition.
Progress
63/100