Explore Library
FlashcardIntermediate

The declare Keyword

Understand how declare tells TypeScript something exists without generating any JavaScript.

Question

What does the `declare` keyword do in TypeScript?

Click to reveal answer