(n: I, orig: I)
| 91 | } |
| 92 | |
| 93 | export function ifDiff<I, R, E, A>(n: I, orig: I) { |
| 94 | return (f: (i: I) => Effect.Effect<A, E, R>) => ifDiff_(n, orig, f) |
| 95 | } |
| 96 | |
| 97 | // NOTE: await extension doesnt work via tsplus somehow |
| 98 | export const await_ = Def.await |
nothing calls this directly
no test coverage detected
searching dependent graphs…