(self: Effect.Effect<A, E, R>)
| 440 | |
| 441 | /* @internal */ |
| 442 | export const asVoid = <A, E, R>(self: Effect.Effect<A, E, R>): Effect.Effect<void, E, R> => as(self, void 0) |
| 443 | |
| 444 | /* @internal */ |
| 445 | export const custom: { |
no test coverage detected
searching dependent graphs…