()
| 24 | _Output: (_: never) => _ |
| 25 | }, |
| 26 | commit(): Effect.Effect<Terminal.Terminal, Terminal.QuitException, unknown> { |
| 27 | return run(this as any) |
| 28 | }, |
| 29 | pipe() { |
| 30 | return Pipeable.pipeArguments(this, arguments) |
| 31 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…