MCPcopy Create free account
hub / github.com/effect-app/libs / isRequestResolver

Function isRequestResolver

repos/effect/packages/effect/src/RequestResolver.ts:151–151  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

149 * @see {@link RequestResolver} for the type narrowed by this guard
150 *
151 * @category guards
152 * @since 2.0.0
153 */
154export const isRequestResolver = (u: unknown): u is RequestResolver<any> => hasProperty(u, TypeId)

Callers 1

RequestResolver.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…