UNPKG

@radzztnzx/rbail

Version:

Pro Bails based by Whiskeysockets, Modified by RadzzOffc

9 lines 281 B
import type { EventInputType } from './constants.js'; export declare class BinaryInfo { protocolVersion: number; sequence: number; events: EventInputType[]; buffer: Buffer[]; constructor(options?: Partial<BinaryInfo>); } //# sourceMappingURL=BinaryInfo.d.ts.map