mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
Add path to fs.WriteStream
This commit is contained in:
Vendored
+1
@@ -1418,6 +1418,7 @@ declare module "fs" {
|
||||
export interface WriteStream extends stream.Writable {
|
||||
close(): void;
|
||||
bytesWritten: number;
|
||||
path: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user