Skip to main content
Module

std/fmt/colors.ts>strikethrough

Deno standard library
Go to Latest
function strikethrough
import { strikethrough } from "https://deno.land/std@0.95.0/fmt/colors.ts";

Put horizontal line through the center of the text.

Parameters

str: string

text to strike through

Returns

string