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