Skip to main content
Module

std/fmt/colors.ts>strikethrough

The Deno Standard Library
Go to Latest
function strikethrough
import { strikethrough } from "https://deno.land/std@0.222.1/fmt/colors.ts";

Put horizontal line through the center of the text.

Parameters

str: string

text to strike through

Returns

string