(stream4)
| 82879 | function assertIsEmpty(obj) { |
| 82880 | return; |
| 82881 | } |
| 82882 | function assertNever(_x) { |
| 82883 | } |
| 82884 | |
| 82885 | // node_modules/openai/lib/ChatCompletionStreamingRunner.mjs |
| 82886 | var ChatCompletionStreamingRunner = class _ChatCompletionStreamingRunner extends ChatCompletionStream { |
| 82887 | static fromReadableStream(stream4) { |
| 82888 | const runner = new _ChatCompletionStreamingRunner(null); |
nothing calls this directly
no test coverage detected