There was an error while loading. Please reload this page.
2 parents 97203da + d070215 commit cada59cCopy full SHA for cada59c
1 file changed
index.d.ts
@@ -12,7 +12,7 @@ declare namespace PinoSeq {
12
}
13
14
function createStream(config: PinoSeq.SeqConfig): Writable & {
15
- flush: () => Promise<Boolean>;
+ flush: () => Promise<boolean>;
16
};
17
18
0 commit comments