function strikethrough

export declare function strikethrough<C extends string>(content: C): `~~${C}~~`;

Formats the content into strike-through text.

Type Parameters

C extends string

This is inferred by the supplied content

Parameters

content: C
The content to wrap