UNPKG

ipull

Version:

The only file downloader you'll ever need. For node.js and the browser, CLI and library for fast and reliable file downloads.

10 lines (9 loc) 464 B
import { SummaryMultiProgressBar } from "../multiProgressBars/SummaryMultiProgressBar.js"; import FancyTransferCliProgressBar from "./fancy-transfer-cli-progress-bar.js"; export default class SummaryTransferCliProgressBar extends FancyTransferCliProgressBar { multiProgressBar: typeof SummaryMultiProgressBar; switchTransferToIcon(): string; getSpinnerText(): string; renderProgressLine(): string; protected renderDownloadSequence(): string; }