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.

12 lines (11 loc) • 259 B
var bufferUtil_default = { async fromReadable(readable) { readable.resume(); const chunks = await Array.fromAsync(readable); return Buffer.concat(chunks); } }; export { bufferUtil_default as default }; //# sourceMappingURL=bufferUtil.js.map