@sentzunhat/zacatl
Version:
A modular, high-performance TypeScript microservice framework for Node.js, featuring layered architecture, dependency injection, and robust validation for building scalable APIs and distributed systems.
8 lines • 302 B
JavaScript
export * from './configuration/index.js';
export * from './utils/index.js';
export * from './error/index.js';
export * from './dependency-injection/index.js';
export * from './service/index.js';
export * from './logs/index.js';
export * from './localization/index.js';
//# sourceMappingURL=index.js.map