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.

7 lines (6 loc) 329 B
import SummaryTransferCliProgressBar from "./summary-transfer-cli-progress-bar.js"; import { CIMultiProgressBar } from "../multiProgressBars/CIMultiProgressBar.js"; export default class CiTransferCliProgressBar extends SummaryTransferCliProgressBar { multiProgressBar: typeof CIMultiProgressBar; minNameLength: number; }