Access external libraries from TypeScript

Intermediate
Student
Developer
Azure

TypeScript provides two ways to organize you code - namespaces and modules. This learn module introduces you to modules in TypeScript (referred to as external modules in previous versions.)

Learning objectives

You will 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: