Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
function colors.strikethrough
import { colors } from "https://deno.land/x/dmm@v2.1.2/tests/integration/up-to-date-deps/deps.ts";
const { strikethrough } = colors;

Put horizontal line through the center of the text.

Parameters

str: string

text to strike through

Returns

string