Access external libraries from TypeScript
TypeScript provides two ways to organize your code, namespaces and modules. This module introduces you to modules in TypeScript (referred to as external modules in previous versions.)
Learning objectives
You'll learn how to:
- Organize code using modules.
- Import an external type library.
Prerequisites
- Knowledge of TypeScript
- Familiarity with JavaScript
- Familiarity with modules in JavaScript
- Installed software:
- Git
- Visual Studio Code
- Node.js
- TypeScript