rar-stream 5.5.0 → 5.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +4 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -11,6 +11,10 @@ export interface ReadIntervalJs {
|
|
|
11
11
|
/** Parse options for filtering results. */
|
|
12
12
|
export interface ParseOptionsJs {
|
|
13
13
|
maxFiles?: number
|
|
14
|
+
/**
|
|
15
|
+
* Prefetch buffer size for header parsing in bytes (default: 32768).
|
|
16
|
+
* Increase for archives with many files over slow connections.
|
|
17
|
+
*/
|
|
14
18
|
headerPrefetchSize?: number
|
|
15
19
|
}
|
|
16
20
|
/** Parsed file info from RAR header. */
|