UNPKG

arela

Version:

AI-powered CTO with multi-agent orchestration, code summarization, visual testing (web + mobile) for blazing fast development.

13 lines 363 B
/** * Load graph from Graph DB */ import type { Graph } from "./types.js"; /** * Load the complete graph from the Graph DB */ export declare function loadGraph(dbPath: string): Graph; /** * Load graph for multiple repositories */ export declare function loadMultiRepoGraph(dbPath: string, repos?: string[]): Graph; //# sourceMappingURL=graph-loader.d.ts.map