mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
fixed the extract fn return type to be Extract (#35843)
This commit is contained in:
parent
1cdaa0a699
commit
8e1fabf708
2
types/tar-stream/index.d.ts
vendored
2
types/tar-stream/index.d.ts
vendored
@ -37,6 +37,6 @@ export interface Extract extends stream.Writable {
|
||||
on(event: "entry", listener: (headers: Headers, stream: stream.PassThrough, next: () => void) => void): this;
|
||||
}
|
||||
|
||||
export function extract(opts?: stream.WritableOptions): stream.Writable;
|
||||
export function extract(opts?: stream.WritableOptions): Extract;
|
||||
|
||||
export function pack(opts?: stream.ReadableOptions): Pack;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user