UNPKG

@petro-kushchak/homebridge-homepod-radio

Version:

Homebridge accessory for streaming radio to Homepod Mini and Apple TV

7 lines (6 loc) 203 B
export declare class Storage { private readonly filePath; constructor(filePath: string); write<T>(data: Record<string, T>): Promise<void>; read<T>(): Promise<Record<string, T> | null>; }