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