FlashcardIntermediate
Global Augmentation with declare global
Add new global types from inside a module using declare global.
Question
How do you add a property to the global scope from within a module file?
Click to reveal answer
Add new global types from inside a module using declare global.
How do you add a property to the global scope from within a module file?