UNPKG

igir

Version:

🕹 A zero-setup ROM collection manager that sorts, filters, extracts or archives, patches, and reports on collections of any size on any OS.

14 lines (13 loc) • 256 B
import stream from "node:stream"; class NullWritable extends stream.Writable { /** * Discard the chunk. */ _write(_chunk, _encoding, callback) { callback(); } } export { NullWritable as default }; //# sourceMappingURL=nullWritable.js.map