UNPKG

zigbee-herdsman

Version:

An open source Zigbee gateway solution with node.js.

7 lines 181 B
export declare class AsyncMutex { #private; get count(): number; run<T>(fn: () => Promise<T>): Promise<T>; clear(): void; } //# sourceMappingURL=async-mutex.d.ts.map