(filename: string)
| 127 | ) => GetReplacement; |
| 128 | |
| 129 | export const getTemporaryUploadString = (filename: string): string => |
| 130 | `![${filename}]()`; |
| 131 | |
| 132 | export class TextareaCommand { |
| 133 | private textareaRef: MutableRefObject<HTMLTextAreaElement>; |
no outgoing calls
no test coverage detected