Search...

spoiler

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