strikethroughSummaryFormats the content into strike-through textexport declare function strikethrough<C extends string>(content: C): `~~${C}~~`;Type ParametersNameConstraintsOptionalDefaultDescriptionCstringNoNoneParametersNameTypeOptionalDescriptioncontentCNoThe content to wrap