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.

5 lines 170 B
export * from './service.js'; export * from './layers/index.js'; export * from './platforms/index.js'; export * from './types/index.js'; //# sourceMappingURL=index.js.map