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 (8 loc) 244 B
export * from "./bad-request"; export * from "./bad-resource"; export * from "./custom"; export * from "./forbidden"; export * from "./internal-server"; export * from "./not-found"; export * from "./unauthorized"; export * from "./validation";