Type Alias: RuntimeCleanupPlugin
type RuntimeCleanupPlugin = typeof runtimeCleanupPlugin;
Defined in: plugin.ts:367
Runtime type for the plugin object exported as default.
Remarksโ
Includes resolved meta, rules, and configs contracts after plugin
assembly.