Search...

underscore

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