spoiler
declare function spoiler<C extends string>(content: C): `||${C}||`;declare function spoiler<C extends string>(content: C): `||${C}||`;Wraps the content inside spoiler (hidden text)
| Name | Constraints | Optional | Default | Description | 
|---|---|---|---|---|
| C | string | No | None | 
| Name | Type | Optional | Description | 
|---|---|---|---|
| content | C | No | The content to wrap |