UNPKG

andrade-soulseek-downloader

Version:

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

8 lines 294 B
/** * Shared interfaces exports. */ export { SoulseekSearchResult } from './soulseek-search-result'; export { DownloadOptions } from './download-options'; export { SearchOptions } from './search-options'; export { DownloadConfig } from './download-config'; //# sourceMappingURL=index.d.ts.map