Skip to content

dependabit / plugins/registry/src / createPluginLoader

Function: createPluginLoader()

ts
function createPluginLoader(config?): PluginLoader;

Defined in: packages/plugins/registry/src/loader.ts:121

Create a plugin loader

Parameters

ParameterType
config?PluginLoaderConfig

Returns

PluginLoader

Released under the MIT License.