Intermediate TypeScript
Q69 / 100

What is "module augmentation" used for?

Correct! Well done.

Incorrect.

The correct answer is B) Adding new declarations to an existing module, such as extending a third-party library's types

B

Correct Answer

Adding new declarations to an existing module, such as extending a third-party library's types

Explanation

Module augmentation lets you declare additional members for an existing module, often used to extend types from external libraries.

Progress
69/100