UNPKG

naruyaizumi

Version:

A WebSockets library for interacting with WhatsApp Web

11 lines (10 loc) 256 B
export class BinaryInfo { constructor(options = {}) { this.protocolVersion = 5; this.sequence = 0; this.events = []; this.buffer = []; Object.assign(this, options); } } //# sourceMappingURL=BinaryInfo.js.map