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.

5 lines (4 loc) 179 B
import HttpError from "./http-error.js"; export default class InvalidContentLengthError extends HttpError { constructor(expectedLength: number, gotLength: number | string); }