News

For modules, there are two common patterns used by JavaScript developers, CommonJS-style modules (also used by Node), and AMD (Asynchronous Module Definition)-style; TypeScript supports both.