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 (6 loc) 169 B
export * from "./optionals"; export * from "./configuration"; export * from "./utils"; export * from "./error"; export * from "./micro-service"; export * from "./logs";