Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/snel/imports/fmt.ts>colors.strikethrough

A Cybernetical framework for svelte applications in deno
Latest
function colors.strikethrough
import { colors } from "https://deno.land/x/snel@v0.7.1/imports/fmt.ts";
const { strikethrough } = colors;

Put horizontal line through the center of the text.

Parameters

str: string

text to strike through

Returns

string