getLoadedModule

Look up the currently loaded module with the specified resolved module name. Return null if the module is not currently loaded.

Return

The loaded module or null.

Parameters

resolvedModuleName

The name of the module to locate.