Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 395 Bytes

TYPESCRIPT.md

File metadata and controls

3 lines (2 loc) · 395 Bytes

TypeScript

TypeScript is a super-set of the JavaScript language that introduces types (plus interfaces and new JavaScript features). It allows type-checking during development time with supported editors such as Visual Studio. The compiler requires information about the “shape” of a module in a type-definition-file.