andrade-soulseek-downloader
Version:
Simple, safe Soulseek download library with built-in rate limiting to prevent bans
14 lines • 740 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.soulseekDisconnect = exports.soulseekDownload = void 0;
/**
* Public API re-exports from presentation layer.
* This file maintains backward compatibility.
*/
var presentation_1 = require("./presentation");
Object.defineProperty(exports, "soulseekDownload", { enumerable: true, get: function () { return presentation_1.soulseekDownload; } });
Object.defineProperty(exports, "soulseekDisconnect", { enumerable: true, get: function () { return presentation_1.soulseekDisconnect; } });
/** Default export for convenience */
const presentation_2 = require("./presentation");
exports.default = presentation_2.soulseekDownload;
//# sourceMappingURL=api.js.map