UNPKG

hap-nodejs

Version:

HAP-NodeJS is a Node.js implementation of HomeKit Accessory Server.

5 lines (4 loc) 166 B
declare module "simple-plist" { // eslint-disable-next-line @typescript-eslint/no-explicit-any export function readFileSync(path: string): Record<string, any>; }