(propertName: string)
| 109 | } |
| 110 | |
| 111 | export function propertyMention(propertName: string) { |
| 112 | return bold(convertCamelCaseToTitleCase(propertName)); |
| 113 | } |
| 114 | |
| 115 | const GLOBAL_HIDDEN_PROPERTIES = ["id", "guildId", "queueId", "isRole"]; |
| 116 |
nothing calls this directly
no test coverage detected