Search...

strikethrough

Formats the content into strike-through text
declare function strikethrough<C extends string>(content: C): `~~${C}~~`;
declare function strikethrough<C extends string>(content: C): `~~${C}~~`;
NameTypeOptionalDescription
contentCNoThe content to wrap