UNPKG

rainbird

Version:

The Rainbird library allows you to access your RainBird Controller.

7 lines 214 B
import type { Buffer } from 'node:buffer'; export declare abstract class Response { abstract get type(): number; toString(): string; abstract toBuffer(): Buffer; } //# sourceMappingURL=Response.d.ts.map