| 1 | import type { NodejsRequestData, FetchEventResult } from '../types' |
| 2 | import type { EdgeFunctionDefinition } from '../../../build/webpack/plugins/middleware-plugin' |
| 3 | import type { EdgeRuntime } from 'next/dist/compiled/edge-runtime' |
| 4 | import { |
nothing calls this directly
no test coverage detected