| 1 | /* eslint-disable @typescript-eslint/no-explicit-any */ |
| 2 | import { EventEmitter } from "node:events"; |
| 3 | import { describe, expect, it, onTestFinished, vi } from "vitest"; |
| 4 | import { PassThrough } from "stream"; |
nothing calls this directly
no test coverage detected