mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Updated ParseOptions with forceStream option (#43120)
This commit is contained in:
parent
c0c525d551
commit
fe36d9b6f4
1
types/unzipper/index.d.ts
vendored
1
types/unzipper/index.d.ts
vendored
@ -116,6 +116,7 @@ export interface ParseOptions {
|
||||
verbose?: boolean;
|
||||
path?: string;
|
||||
concurrency?: number;
|
||||
forceStream?: boolean;
|
||||
}
|
||||
|
||||
export type ParseStream = PullStream & {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user