UNPKG

@mieweb/wikigdrive

Version:

Google Drive to MarkDown synchronization

7 lines 584 B
import { FileContentService } from '../../utils/FileContentService.js'; import { UserConfigService } from '../google_folder/UserConfigService.js'; export declare function fileNameToExt(fileName: string): string; export declare function getFileDir(filePath: any): any; export declare function removeMarkDownsAndImages(removePath: string, localFilesService: FileContentService): Promise<void>; export declare function getContentFileService(transformedFileSystem: FileContentService, userConfigService: UserConfigService): Promise<FileContentService>; //# sourceMappingURL=utils.d.ts.map