escapeSpoiler
export declare function escapeSpoiler(text: string): string;
export declare function escapeSpoiler(text: string): string;
Escapes spoiler markdown in a string.
Name | Type | Optional | Description |
---|---|---|---|
text | string | No | Content to escape |
export declare function escapeSpoiler(text: string): string;
export declare function escapeSpoiler(text: string): string;
Name | Type | Optional | Description |
---|---|---|---|
text | string | No | Content to escape |