UNPKG

rainbird

Version:

The Rainbird library allows you to access your RainBird Controller.

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