UNPKG

andrade-soulseek-downloader

Version:

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

12 lines 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.runCLI = runCLI; const cli_handler_1 = require("./cli-handler"); /** * CLI entry point. */ async function runCLI() { const cli = new cli_handler_1.CLIHandler(); await cli.run(); } //# sourceMappingURL=run-cli.js.map