(
pathname: Parameters<typeof renderViaHTTP>[1],
query?: Parameters<typeof renderViaHTTP>[2]
)
| 18 | }) |
| 19 | |
| 20 | function render( |
| 21 | pathname: Parameters<typeof renderViaHTTP>[1], |
| 22 | query?: Parameters<typeof renderViaHTTP>[2] |
| 23 | ) { |
| 24 | return renderViaHTTP(next.appPort, pathname, query) |
| 25 | } |
| 26 | |
| 27 | function fetch( |
| 28 | pathname: Parameters<typeof renderViaHTTP>[1], |
no test coverage detected