@villedemontreal/correlation-id
Version:
Express middleware to set a correlation in Express. The correlation id will be consistent across async calls within the handling of a request.
10 lines (8 loc) • 346 B
text/typescript
export * from './services/correlationIdService';
export * from './middleware/correlationIdMiddleware';
// ==========================================
// We do not export the configs instance itself,
// only the "init()" method, so we can define
// required parameters.
// ==========================================
export * from './config/init';