(response: HttpClientResponse.HttpClientResponse)
| 28 | } |
| 29 | |
| 30 | function json<T>(response: HttpClientResponse.HttpClientResponse) { |
| 31 | return response.json.pipe(Effect.map((value) => value as T)) |
| 32 | } |
| 33 | |
| 34 | function waitReady(input: { directory?: string; name?: string }) { |
| 35 | return Effect.gen(function* () { |
no outgoing calls
no test coverage detected