spoiler

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