@mieweb/wikigdrive
Version:
Google Drive to MarkDown synchronization
6 lines • 465 B
TypeScript
import { LinkMode } from './model/model.js';
export declare function convertExtension(localPath: string, mode?: LinkMode): string;
export declare function convertToRelativeMarkDownPath(localPath: string, basePath: string): string;
export declare function convertToRelativeSvgPath(localPath: string, basePath: string): string;
export declare function convertToAbsolutePath(fullPath: string, relativePath: string): string;
//# sourceMappingURL=LinkTranslator.d.ts.map