UNPKG

cosca-semantic-tags

Version:

Infrastructure semantic tagging engine for purpose-driven code analysis

7 lines 300 B
/** * COSCA Semantic Analysis Engine * Core infrastructure pattern detection without hardcoded examples */ export * from './semantic-engine'; export { SemanticEngine as SemanticAnalyzer, AnalysisResult as SemanticAnalysisResult } from './semantic-engine'; //# sourceMappingURL=index.d.ts.map