underscore

Formats the content into underscored text
export declare function underscore<C extends string>(content: C): `__${C}__`;
NameTypeOptionalDescription
contentCNo
The content to wrap