UNPKG

arela

Version:

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

11 lines 493 B
import type { SemanticContract } from "../extractor/types.js"; /** * Compute a deterministic semantic hash for a SemanticContract. * * Only public API structure and imports are included. Comments, * file-level descriptions, private helpers, and metadata fields * are intentionally ignored so that purely cosmetic changes do * not invalidate cached summaries. */ export declare function computeSemanticHash(contract: SemanticContract): string; //# sourceMappingURL=semantic-hash.d.ts.map