(prefix: string)
| 36 | const api = composePluginApi([openApiHttpPlugin()] as const); |
| 37 | |
| 38 | const unique = (prefix: string) => `${prefix}_${randomBytes(4).toString("hex")}`; |
| 39 | |
| 40 | type UpstreamHandle = { |
| 41 | readonly url: string; |
no test coverage detected