Explore Library
QuizIntermediate

Ambient Variable and Function Declarations

How to declare a globally available variable or function that TypeScript can type-check.

You load a library via a script tag that creates a global `analytics` object. How do you make TypeScript aware of it?