UNPKG

andrade-soulseek-downloader

Version:

Simple, safe Soulseek download library with built-in rate limiting to prevent bans

8 lines 245 B
import { Writable } from 'stream'; export declare class Messages extends Writable { private rest?; _write(chunk: Buffer, _enc: string, next: () => void): void; private read; reset(): void; } //# sourceMappingURL=messages.d.ts.map