UNPKG

helene

Version:
9 lines 345 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.HeleneAsyncLocalStorage = void 0; const async_hooks_1 = require("async_hooks"); /** * https://nodejs.org/api/async_context.html */ exports.HeleneAsyncLocalStorage = new async_hooks_1.AsyncLocalStorage(); //# sourceMappingURL=helene-async-local-storage.js.map