export declare function strikethrough<Content extends string>(content: Content): `~~${Content}~~`;
Formats the content into strike-through text.
Type Parameters
string Content extends
This is inferred by the supplied content
Parameters
Content content:
The content to wrap