Updated ParseOptions with forceStream option (#43120)

This commit is contained in:
Ed Courtney 2020-03-20 11:43:09 -04:00 committed by GitHub
parent c0c525d551
commit fe36d9b6f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,6 +116,7 @@ export interface ParseOptions {
verbose?: boolean;
path?: string;
concurrency?: number;
forceStream?: boolean;
}
export type ParseStream = PullStream & {