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.

9 lines 301 B
export * from './bad-request.js'; export * from './bad-resource.js'; export * from './custom.js'; export * from './forbidden.js'; export * from './internal-server.js'; export * from './not-found.js'; export * from './unauthorized.js'; export * from './validation.js'; //# sourceMappingURL=index.js.map