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 228 B
import { InvalidOptionError } from "./InvalidOptionError.js"; export default class UrlInputError extends InvalidOptionError { constructor(message) { super(message); } } //# sourceMappingURL=url-input-error.js.map