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) 355 B
import { SaveProgressInfo } from "../../types.js"; import BaseDownloadProgram, { DownloadSlice, ProgramSlice } from "./base-download-program.js"; export default class DownloadProgramChunks extends BaseDownloadProgram { constructor(savedProgress: SaveProgressInfo, downloadSlice: DownloadSlice); protected _createOneSlice(): ProgramSlice | null; }