Manytimes, our JavaScript project grows very big, such that it becomes difficult to manage it. To manage it, we need to split it into multiple files and group related stuffs. This is called modularization. TypeScript offers us two concepts to help us with manage our project:
Reference:
- Namespaces
- Modules
Reference:
No comments:
Post a Comment