(this: Emit.Emit<R, E, A, B>, value: A)
| 41 | return this(Effect.failCause(pipe(cause, Cause.map(Option.some)))) |
| 42 | }, |
| 43 | single(this: Emit.Emit<R, E, A, B>, value: A) { |
| 44 | return this(Effect.succeed(Chunk.of(value))) |
| 45 | } |
| 46 | } |
| 47 | return Object.assign(emit, ops) |
| 48 | } |
no test coverage detected
searching dependent graphs…