UNPKG

andrade-soulseek-downloader

Version:

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

10 lines 370 B
import { SlskClient } from './slsk-client'; import { ConnectOptions } from './types'; declare const _default: { connect: (obj: ConnectOptions, cb: (err: Error | null, client?: SlskClient) => void) => void; disconnect: () => void; }; export default _default; export { SlskClient } from './slsk-client'; export * from './types'; //# sourceMappingURL=index.d.ts.map