UNPKG

andrade-soulseek-downloader

Version:

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

17 lines 378 B
import { EventEmitter } from 'events'; interface FileEntry { key: string; value: { file: string; size: number; }; } export declare class Shared extends EventEmitter { private files; constructor(); scanFolder(folder: string): void; private scan; search(query: string): FileEntry[]; } export {}; //# sourceMappingURL=shared.d.ts.map