UNPKG

lorehub

Version:

Capture and surface the collective wisdom of your codebase

7 lines 192 B
interface ImportProps { inputFile: string; merge?: boolean; } export declare function renderImport(options: ImportProps): Promise<void>; export {}; //# sourceMappingURL=import.d.ts.map