spoilerSummaryWraps the content inside spoiler (hidden text)declare function spoiler<C extends string>(content: C): `||${C}||`;Type ParametersNameConstraintsOptionalDefaultDescriptionCstringNoNoneParametersNameTypeOptionalDescriptioncontentCNoThe content to wrap