What is the purpose of the @Module() decorator's 'exports' array in NestJS?
-
A
To expose the module to the internet
-
B
To make providers available to other modules that import this module
-
C
To list all controllers of the module
-
D
To define which providers are global