fix bunyan/bunyan.d.ts compile error

This commit is contained in:
vvakame
2015-01-16 23:42:33 +09:00
parent 51fda416d0
commit 23ca1058e7
+1 -1
View File
@@ -64,7 +64,7 @@ declare module "bunyan" {
type?: string;
level?: any; // number | string
path?: string;
stream?: WritableStream;
stream?: any; // WritableStream | Stream;
closeOnExit?: boolean;
}