function eraseLinesimport { eraseLines } from "https://dotland.deno.dev/x/cliffy@v0.19.0/mod.ts"; eraseLines(count: number): stringClear screen and move cursor by n lines up and move cursor to first column. Parameterscount: numberNumber of lines. Returnsstring