Options
All
  • Public
  • Public/Protected
  • All
Menu

A class that represents wrapper logic around a user-provided plugin object to be applied to a single module.

Hierarchy

  • ModulePluginWrapper

Implements

Index

Constructors

constructor

Methods

applyPlugin

  • applyPlugin<T>(moduleExports: T, file: string, version: string): T

getPluginExportedValue

  • getPluginExportedValue(): Plugin

isSupported

  • isSupported(version: string): boolean

unapplyAll

  • unapplyAll(): void

Generated using TypeDoc