strikethrough

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