UNPKG

sos-user-info

Version:

Sos Component User Info

10 lines (9 loc) 266 B
export declare class TranslateService { private _translations; private _currentLang; readonly currentLang: string; constructor(_translations: any); use(lang: string): void; private translate(key); instant(key: string): string; }