UNPKG

@thisisagile/easy-express

Version:

Straightforward library for building domain-driven microservice architectures

3 lines (2 loc) 153 B
import express from 'express'; export declare const error: (e: Error, req: express.Request, res: express.Response, _next: express.NextFunction) => void;