UNPKG

zigbee-herdsman

Version:

An open source Zigbee gateway solution with node.js.

13 lines 346 B
import { Readable } from "node:stream"; export declare class AshWriter extends Readable { #private; private writeBytes; writeByte(byte: number): void; writeAvailable(): boolean; /** * If there is anything to send, send to the port. */ writeFlush(): void; _read(): void; } //# sourceMappingURL=writer.d.ts.map