UNPKG

lorehub

Version:

Capture and surface the collective wisdom of your codebase

8 lines 229 B
interface ExportProps { realmPath?: string; outputFile: string; format: 'json' | 'markdown'; } export declare function renderExport(options: ExportProps): Promise<void>; export {}; //# sourceMappingURL=export.d.ts.map