(document: NotebookDocument)
| 41 | export const IExportUtil = Symbol('IExportUtil'); |
| 42 | export interface IExportUtil { |
| 43 | getContent(document: NotebookDocument): Promise<string>; |
| 44 | getTargetFile(format: ExportFormat, source: Uri, defaultFileName?: string | undefined): Promise<Uri | undefined>; |
| 45 | } |
no outgoing calls
no test coverage detected