export declare function spoiler<C extends string>(content: C): `||${C}||`;
Formats the content into a spoiler.
Type Parameters
string C extends
This is inferred by the supplied content
Parameters
C content:
The content to wrap
export declare function spoiler<C extends string>(content: C): `||${C}||`;
Formats the content into a spoiler.