UNPKG

hap-nodejs

Version:

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

7 lines 194 B
/** * Function wrapper to ensure a function/callback is only called once. * * @group Utils */ export declare function once<T extends Function>(func: T): T; //# sourceMappingURL=once.d.ts.map