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
| Parameter | Type |
|---|---|
accessMethod | string |
Returns
Plugin | undefined