()
| 94 | } |
| 95 | |
| 96 | public destroy(): Promise<void> { |
| 97 | return Promise.resolve(); |
| 98 | } |
| 99 | |
| 100 | // Implements the `DataApi` interface. |
| 101 | // See: https://ckeditor.com/docs/ckeditor5/latest/api/module_core_editor_utils_dataapimixin-DataApi.html |
no outgoing calls
no test coverage detected