Skip to main content
Module

x/cliffy/mod.ts>erase

Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Extremely Popular
Go to Latest
variable erase
Re-export
import { erase } from "https://deno.land/x/cliffy@v0.16.0/mod.ts";

Erase handler.

await Deno.stdout.write(
  new TextEncoder().encode(
    erase.up(3),
  ),
);