UNPKG

@evanion/nestjs-correlation-id

Version:

Transparently forward or add correlation id to all requests

5 lines (4 loc) 88 B
export interface CorrelationConfig { header: string; generator: () => string; }