UNPKG

rainbird

Version:

The Rainbird library allows you to access your RainBird Controller.

6 lines 165 B
export class Response { toString() { return `[${[...this.toBuffer().values()]}] [${this.constructor.name}]`; } } //# sourceMappingURL=Response.js.map