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.

5 lines 200 B
export * from './common'; export * from './hook-handlers'; export type { RouteHandler } from './fastify/handlers/route-handler'; export * from './fastify/handlers'; //# sourceMappingURL=index.d.ts.map