UNPKG

@meta-commons/meta-context-local-storage

Version:

Is a Node.js package that allows you to create asynchronous local storage for managing context that is scoped to the duration of an asynchronous operation.

9 lines (8 loc) 217 B
export declare enum ClsContextNamespace { APP = "ApplicationContext", EVENT = "ClsEventContext", AUTH = "ClsAuthContext", LOGGER = "ClsLogContext", APM = "ClsApmContext", DEFAULT = "default" }