Skip to main content
Module

x/unilogger/deps.ts>colors.strikethrough

Logger utility module for Deno
Latest
function colors.strikethrough
import { colors } from "https://deno.land/x/unilogger@v1.1.0/deps.ts";
const { strikethrough } = colors;

Put horizontal line through the center of the text.

Parameters

str: string

text to strike through

Returns

string