UNPKG

homebridge-nibe

Version:
5 lines (4 loc) 168 B
export declare class Cache { private readonly store; get<T>(key: string, ttl: number, unit: 'MINUTES' | 'SECONDS', callback: () => Promise<T>): Promise<any>; }