UNPKG

lorehub

Version:

Capture and surface the collective wisdom of your codebase

10 lines 266 B
interface ListOptions { type?: string; province?: string; limit?: number; projectPath?: string; currentProjectOnly?: boolean; } export declare function renderList(options: ListOptions): Promise<void>; export {}; //# sourceMappingURL=list.d.ts.map