GHHG10's picture
download
raw
251 Bytes
import type { CliRenderer } from "@opentui/core"
export function destroyRenderer(renderer: Pick<CliRenderer, "isDestroyed" | "setTerminalTitle" | "destroy">) {
renderer.setTerminalTitle("")
if (renderer.isDestroyed) return
renderer.destroy()
}

Xet Storage Details

Size:
251 Bytes
·
Xet hash:
6c3c8385ee91bdfa406b18936f2e0dcd3c881d73d204759c0df1bd40ffaaf1be

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.