Skip to content

editorGlobalsModuleProvider

Class: ModuleProvider

Hierarchy

  • ModuleProvider

StaticModuleProvider

Index

Methods

Methods

Abstract getModule

getModule(moduleName: string): typeof Module | null

Defined in src/modularization/ModuleProvider.ts:12

Retrieves the module's class

Parameters:

Name Type Description
moduleName string the name of the module

Returns: typeof Module | null

the module class or null, if this source cannot provide the specified module