MCPcopy Create free account
hub / github.com/Effect-TS/effect / isHttpClient

Function isHttpClient

packages/effect/src/unstable/http/HttpClient.ts:54–54  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

52 * @since 4.0.0
53 */
54export const isHttpClient = (u: unknown): u is HttpClient => Predicate.hasProperty(u, TypeId)
55
56/**
57 * HTTP client whose requests produce `HttpClientResponse` values and can fail with `HttpClientError`.

Callers 1

HttpClient.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected