UNPKG

@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.

17 lines 357 B
/** * Configurations for the application. */ declare class Configs { /** * Absolute path to the root of the project. */ root: string; /** * Absolute path to a directory to use for tests. */ dataDirPath: string; constructor(); } export declare const configs: Configs; export {}; //# sourceMappingURL=configs.d.ts.map