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