UNPKG

@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.

6 lines 214 B
export * from './layers.js'; export * from './application/index.js'; export * from './domain/index.js'; export * from './infrastructure/index.js'; export * from './types/index.js'; //# sourceMappingURL=index.js.map