UNPKG

@universis/common

Version:

Universis - common directives and services

9 lines (8 loc) 212 B
export declare class TestingConfigurationService { config: any; private currentLang; constructor(); readonly settings: any; getCurrentLang(): string; setCurrentLang(lang: string): void; }