UNPKG

edicek

Version:

CLI tool for exporting knowledge from Edicek to Markdown files

6 lines 277 B
import type { EntryWithAtoms } from '../lib/commands/export'; export declare class EntryMarkdownGenerator { static generateEntryMarkdown(entry: EntryWithAtoms): string; static sanitizeFilename(filename: string): string; } //# sourceMappingURL=MarkdownGenerator.d.ts.map