underscoreSummaryFormats the content into underscored textexport declare function underscore<C extends string>(content: C): `__${C}__`;Type ParametersNameConstraintsOptionalDefaultDescriptionCstringNoNoneParametersNameTypeOptionalDescriptioncontentCNoThe content to wrap