UNPKG

@wocker/ws

Version:

Docker workspace for web projects

9 lines (8 loc) 299 B
import { AppConfigService } from "@wocker/core"; export declare class ExperimentalController { protected readonly appService: AppConfigService; constructor(appService: AppConfigService); enable(feature?: string): void; disable(feature?: string): void; getFeatures(): string[]; }