MCPcopy
hub / github.com/Effect-TS/effect / isEffect

Function isEffect

packages/effect/src/internal/core.ts:383–383  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

381
382/** @internal */
383export const isEffect = (u: unknown): u is Effect.Effect<unknown, unknown, unknown> => hasProperty(u, EffectTypeId)
384
385/* @internal */
386export const withFiberRuntime = <A, E = never, R = never>(

Callers 3

unsafeAsyncFunction · 0.85
core.tsFile · 0.85
exitIsExitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected