Skip to main content
Version: Next

PluginType

PluginType

Enum representing the type of plugin.

  • Compiler: A plugin that runs at compile time.
  • Runtime: A plugin that runs at runtime.
Signature
enum PluginType {
Compiler = 'compiler'
Runtime = 'runtime'
}