Web Development
TypeScript
Subjective
Oct 04, 2025
Explain the module system in TypeScript.
Detailed Explanation
TypeScript supports ES6 modules with import/export. It can compile to different module systems (CommonJS, AMD, UMD) and supports both default and named exports.
Discussion (0)
No comments yet. Be the first to share your thoughts!
Share Your Thoughts