UNPKG

adpa-enterprise-framework-automation

Version:

Modular, standards-compliant Node.js/TypeScript automation framework for enterprise requirements, project, and data management. Provides CLI and API for BABOK v3, PMBOK 7th Edition, and DMBOK 2.0 (in progress). Production-ready Express.js API with TypeSpe

19 lines 553 B
/** * Utilities index - exports all utility modules * * Provides centralized access to utility functions and modules * following the modular architecture pattern * * @version 2.1.3 * @author Requirements Gathering Agent Team * @created July 2025 * * @filepath c:\Users\menno\Source\Repos\requirements-gathering-agent\src\utils\index.ts */ // Version utilities export * from './version.js'; // Configuration utilities export * from './config.js'; // Error handling utilities export * from './errorHandler.js'; //# sourceMappingURL=index.js.map