MCPcopy Index your code
hub / github.com/Effect-TS/effect / isClient

Function isClient

packages/platform/src/internal/httpClient.ts:135–135  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

133}
134
135const isClient = (u: unknown): u is Client.HttpClient.With<unknown, unknown> => Predicate.hasProperty(u, TypeId)
136
137interface HttpClientImpl<E, R> extends Client.HttpClient.With<E, R> {
138 readonly preprocess: Client.HttpClient.Preprocess<E, R>

Callers 1

httpClient.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected