UNPKG

@thisisagile/easy-express

Version:

Straightforward library for building domain-driven microservice architectures

3 lines (2 loc) 148 B
import express from 'express'; export declare const correlation: (req: express.Request, res: express.Response, next: express.NextFunction) => void;