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}||`;| Name | Type | Optional | Description |
|---|---|---|---|
| content | C | No | The content to wrap |