Skip to main content
Module

x/wait/deps.ts>colors.strikethrough

🌀 Minimal terminal spinner
Go to Latest
function colors.strikethrough
import { colors } from "https://deno.land/x/wait@0.1.12/deps.ts";
const { strikethrough } = colors;

Put horizontal line through the center of the text.

Parameters

str: string

text to strike through

Returns

string