Modules are a new way to manage dependencies of your project. Modules enable us to incorporate different versions of… If you are familiar to languages like Java or JavaScript on Node, then you might be quite familiar with packages. A package is nothing but a directory with some code files, which exposes different variables (features) from a single point of reference. Let me explain, what that mean