UNPKG

@lyleunderwood/streaming-zipper

Version:

Memory-efficient streaming ZIP creation with automatic backpressure control. Supports parallel reading + sequential writing for both Web Streams and Node.js streams with ZIP64 support.

7 lines 249 B
/** * Logger configuration using isomorphic-logger * Works in both Node.js and browser environments */ export declare const logger: import("@lyleunderwood/isomorphic-logger").NodeLogger; export default logger; //# sourceMappingURL=logger.d.ts.map