UNPKG

andrade-soulseek-downloader

Version:

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

7 lines 233 B
/** * Presentation layer exports. * Provides both CLI and API interfaces. */ export { CLIHandler, runCLI } from './cli'; export { APIHandler, soulseekDownload, soulseekDisconnect } from './api'; //# sourceMappingURL=index.d.ts.map