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