(client: HttpClient.HttpClient)
| 36 | const outsideEagerRefreshWindow = Duration.toMillis(Duration.minutes(10)) |
| 37 | |
| 38 | const live = (client: HttpClient.HttpClient) => |
| 39 | LayerNode.compile(Account.node, [[httpClient, Layer.succeed(HttpClient.HttpClient, client)]]) |
| 40 | |
| 41 | const json = (req: Parameters<typeof HttpClientResponse.fromWeb>[0], body: unknown, status = 200) => |
| 42 | HttpClientResponse.fromWeb( |
no outgoing calls
no test coverage detected