(endpoint: HttpApiEndpoint.Any)
| 17 | import { Api as FixtureApi, Missing } from "./fixture" |
| 18 | |
| 19 | function api(endpoint: HttpApiEndpoint.Any) { |
| 20 | return HttpApi.make("test").add(HttpApiGroup.make("session").add(endpoint)) |
| 21 | } |
| 22 | |
| 23 | function compile<Id extends string, Groups extends HttpApiGroup.Any>(source: HttpApi.HttpApi<Id, Groups>) { |
| 24 | return emitEffect(compileContract(source)) |
no test coverage detected