Resolves to false when the pending batch could not be written.
()
| 20 | enqueue(line: string): void; |
| 21 | /** Resolves to false when the pending batch could not be written. */ |
| 22 | flush(): Promise<boolean>; |
| 23 | close(): Promise<void>; |
| 24 | flushSync(): void; |
| 25 | } |
no outgoing calls
no test coverage detected