- A Register the module
- B Call the modules api
- C Store the module
- D Register the modules api
Answer:
A
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.