UNPKG

rainbird

Version:

The Rainbird library allows you to access your RainBird Controller.

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