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 238 B
import WriterError from "./writer-error.js"; export default class WriterIsClosedError extends WriterError { constructor(message = "Writer is closed") { super(message); } } //# sourceMappingURL=writer-is-closed-error.js.map