Search...

spoiler

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