UNPKG

andrade-soulseek-downloader

Version:

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

11 lines 672 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DownloadRacingService = exports.TrackSelectionService = void 0; /** * Domain services exports. */ var track_selection_service_1 = require("./track-selection-service"); Object.defineProperty(exports, "TrackSelectionService", { enumerable: true, get: function () { return track_selection_service_1.TrackSelectionService; } }); var download_racing_service_1 = require("./download-racing-service"); Object.defineProperty(exports, "DownloadRacingService", { enumerable: true, get: function () { return download_racing_service_1.DownloadRacingService; } }); //# sourceMappingURL=index.js.map