Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kia/util.ts>writeLine

🦕 Simple terminal spinners for Deno
Latest
function writeLine
import { writeLine } from "https://deno.land/x/kia@0.4.1b/util.ts";

Overwrites text on the current line

Parameters

A TextEncoder object

encoder: TextEncoder

The text to be written

text: string
optional
indent: number