| 1 | import { readFileSync, createReadStream } from 'node:fs'; |
| 2 | import { createServer, request as _request } from 'node:http'; |
| 3 | import path, { join, dirname } from 'node:path'; |
| 4 | import url from 'node:url'; |
nothing calls this directly
no test coverage detected