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