UNPKG

aetherlight-analyzer

Version:

Code analysis tool to generate ÆtherLight sprint plans from any codebase

9 lines 288 B
/** * Parser module exports * * DESIGN DECISION: Barrel export pattern for clean imports * WHY: Consumers import from single entry point: import { TypeScriptParser } from './parsers' */ export * from './types'; export * from './typescript-parser'; //# sourceMappingURL=index.d.ts.map