react-azure-config
Version:
🚀 The Ultimate Multi-App Configuration Library! CRITICAL BUG FIXES: Prefixed environment keys no longer sent to Azure. Complete architectural redesign with bulletproof fallback system. Enterprise-grade Azure integration and monorepo support.
13 lines • 467 B
TypeScript
export declare class AzureConfigurationClient {
private options;
private mockConfig;
constructor(options: any);
getEnvironment(): string;
getConfiguration(): Promise<any>;
getValue<T>(key: string): Promise<T | undefined>;
refreshConfiguration(): Promise<void>;
getCacheStats(): any;
clearCache(): void;
}
export declare const createAzureClient: (options: any) => AzureConfigurationClient;
//# sourceMappingURL=azure-client.d.ts.map