require("base-resolver/unloader")() → {module:base-resolver/unloader~Unloader}
This function creates a new Unloader and returns it.
- Source:
Returns:
the resolver with one resolve method
The base-resolver/unloader module is used for registering unloaders. This module is responsible for invoking all handlers registered to unload dependency and executing them in the proper sequence on unload.
- Source: