On this page

Represents the module factory runtime component.

new ModuleFactory(): ModuleFactory
create(data, callback): void
Attributes
data object
callback:(err?: Error | null, result?: ModuleFactoryResult) => void
callback
Returns:void

Processes the provided data.