(effect: Effect.Effect<A, E, R>)
| 1722 | |
| 1723 | /** @internal */ |
| 1724 | export const effectIsExit = <A, E, R>(effect: Effect.Effect<A, E, R>): effect is Exit.Exit<A, E> => ExitTypeId in effect |
| 1725 | |
| 1726 | /** @internal */ |
| 1727 | export const flatMapEager: { |
no outgoing calls
no test coverage detected