@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.
9 lines • 337 B
JavaScript
export * from './abstract.js';
export * from './delete-route-handler.js';
export * from './generics.js';
export * from './get-route-handler.js';
export * from './patch-route-handler.js';
export * from './post-route-handler.js';
export * from './put-route-handler.js';
export * from './route-handler.js';
//# sourceMappingURL=index.js.map