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