UNPKG

hikma-engine

Version:

Code Knowledge Graph Indexer - A sophisticated TypeScript-based indexer that transforms Git repositories into multi-dimensional knowledge stores for AI agents

10 lines 259 B
/** * @file API server entry point. * Initializes configuration, logging, and starts the Express server. */ /** * Main function to start the API server. */ declare function main(): Promise<void>; export { main }; //# sourceMappingURL=index.d.ts.map