- A Register the module
- BCall the modules api
- CStore the module
- DRegister the modules api
Correct Option: A
Correct Answer: Register the module
Correct Answer: Register the module
Module loading frameworks may use different methods for exposing a module's API. For example, there may be a provides()
function that modules can use to register their API, or an exports object
into which modules must place their API.