UNPKG

@radzztnzx/rbail

Version:

Pro Bails based by Whiskeysockets, Modified by RadzzOffc

11 lines 299 B
import { EventEmitter } from 'events'; import { URL } from 'url'; export class AbstractSocketClient extends EventEmitter { constructor(url, config) { super(); this.url = url; this.config = config; this.setMaxListeners(0); } } //# sourceMappingURL=types.js.map