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.

2 lines 210 B
export { default as express, type Application, type Router, type Request, type Response, type NextFunction, type RequestHandler, type ErrorRequestHandler, } from 'express'; //# sourceMappingURL=express.d.ts.map