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.

8 lines 241 B
export * from './configuration'; export * from './utils'; export * from './error'; export * from './dependency-injection'; export * from './service'; export * from './logs'; export * from './localization'; //# sourceMappingURL=index.d.ts.map