Function
exitSplash
(input: SplashWriterInput)
Source from the content-addressed store, hash-verified
| 276 | } |
| 277 | |
| 278 | export function exitSplash(input: SplashWriterInput): ScrollbackWriter { |
| 279 | return (ctx) => build(input, "exit", ctx) |
| 280 | } |
Tested by
no test coverage detected