Skip to content

dependabit / plugins/registry/src / getPlugin

Function: getPlugin()

ts
function getPlugin(accessMethod): Plugin | undefined;

Defined in: packages/plugins/registry/src/registry.ts:235

Get a plugin from the global registry

Parameters

ParameterType
accessMethodstring

Returns

Plugin | undefined

Released under the MIT License.