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