underscore

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