UNPKG

common-core-pkg

Version:

Common package for all the utils

5 lines (4 loc) 246 B
import { AsyncLocalStorage } from 'async_hooks'; export declare const requestContext: AsyncLocalStorage<Map<string, any>>; export declare function setRequestId(requestId: string): void; export declare function getRequestId(): string | undefined;