Interface PluginHostEnvironmentVariable

interface PluginHostEnvironmentVariable {
    process(env): void;
}

Methods

Methods