UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

9 lines 279 B
export declare class DebugManager { private static INSTANCE; private debugEnabled; private constructor(); static getInstance(): DebugManager; isDebugEnabled(): boolean; setDebugEnabled(enabled: boolean): void; } //# sourceMappingURL=debug-manager.d.ts.map