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.

7 lines (6 loc) 271 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); /* eslint-disable import/export */ tslib_1.__exportStar(require("./cls-context-namespaces"), exports); tslib_1.__exportStar(require("./cls-context"), exports);