(text: string)
| 12 | } |
| 13 | |
| 14 | export function isCompactSlashCommand(text: string) { |
| 15 | return parseCompactSlashCommand(text) !== null |
| 16 | } |
| 17 | |
| 18 | export const appSettingsSlashCommand: ComposerSlashCommand = { |
| 19 | name: 'settings', |
no test coverage detected