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.

7 lines 270 B
export * from './abstract.js'; export * from './delete-route-handler.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'; //# sourceMappingURL=index.js.map