@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 • 298 B
TypeScript
/**
* Call this when your need to set
* *Testing* configurations to the current
* library, without the need for a calling code
* to do so.
*
* A test Correlation Id will be used!
*/
export declare function setTestingConfigurations(): void;
//# sourceMappingURL=testingConfigurations.d.ts.map