andrade-soulseek-downloader
Version:
Simple, safe Soulseek download library with built-in rate limiting to prevent bans
17 lines • 1 kB
JavaScript
;
/**
* Presentation layer exports.
* Provides both CLI and API interfaces.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.soulseekDisconnect = exports.soulseekDownload = exports.APIHandler = exports.runCLI = exports.CLIHandler = void 0;
// CLI exports
var cli_1 = require("./cli");
Object.defineProperty(exports, "CLIHandler", { enumerable: true, get: function () { return cli_1.CLIHandler; } });
Object.defineProperty(exports, "runCLI", { enumerable: true, get: function () { return cli_1.runCLI; } });
// API exports
var api_1 = require("./api");
Object.defineProperty(exports, "APIHandler", { enumerable: true, get: function () { return api_1.APIHandler; } });
Object.defineProperty(exports, "soulseekDownload", { enumerable: true, get: function () { return api_1.soulseekDownload; } });
Object.defineProperty(exports, "soulseekDisconnect", { enumerable: true, get: function () { return api_1.soulseekDisconnect; } });
//# sourceMappingURL=index.js.map