UNPKG

zigbee-herdsman

Version:

An open source ZigBee gateway solution with node.js.

8 lines 226 B
import * as stream from 'stream'; import Frame from './frame'; declare class Writer extends stream.Readable { writeFrame(frame: Frame): void; _read(): void; } export default Writer; //# sourceMappingURL=writer.d.ts.map