mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
fix bunyan/bunyan.d.ts compile error
This commit is contained in:
Vendored
+1
-1
@@ -64,7 +64,7 @@ declare module "bunyan" {
|
||||
type?: string;
|
||||
level?: any; // number | string
|
||||
path?: string;
|
||||
stream?: WritableStream;
|
||||
stream?: any; // WritableStream | Stream;
|
||||
closeOnExit?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user