method PluginRegistry.prototype.getPlugin
PluginRegistry.prototype.getPlugin(name: string): Plugin | undefined

Gets a specific plugin by name

Parameters

name: string

Return Type

Plugin | undefined

Usage

import { PluginRegistry } from ".";