spoiler
export declare function spoiler<C extends string>(content: C): `||${C}||`;
export 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 |