·
Declaration Files
Ambient Modules and JavaScript libraries
Module Resolution
Modules
Modules are a way to create a local scope in the file. So, all variables, classes, functions, etc. that are declared in a module are not accessible outside the module. A module can be created using the keyword export and a module can be used in another module using the keyword import.