UNPKG

homebridge-nibe

Version:
10 lines (9 loc) 305 B
import { Logger } from '../PlatformDomain'; export declare class Locale { private readonly lang; private readonly log; private readonly texts; constructor(lang: string, log: Logger); text(key: string, defaultValue: string | undefined): string | undefined; private flattenObject; }