UNPKG

@aaswe/codebase-ai

Version:

AI-Assisted Software Engineering (AASWE) - Rich codebase context for IDE LLMs

10 lines 438 B
/** * Neo4j Database Service - Entry Point * * Exports all Neo4j database integration components including * the main service, types, and utility functions. */ export { Neo4jDatabaseService } from './Neo4jDatabaseService'; export * from './types'; export type { Neo4jConfig, IngestionResult, BatchIngestionResult, ValidationResult, QueryPerformance, HealthStatus, DatabaseMetrics } from './types'; //# sourceMappingURL=index.d.ts.map