14 lines
438 B
JavaScript
14 lines
438 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
Object.defineProperty(exports, "workAsyncStorageInstance", {
|
|
enumerable: true,
|
|
get: function() {
|
|
return workAsyncStorageInstance;
|
|
}
|
|
});
|
|
const _asynclocalstorage = require("./async-local-storage");
|
|
const workAsyncStorageInstance = (0, _asynclocalstorage.createAsyncLocalStorage)();
|
|
|
|
//# sourceMappingURL=work-async-storage-instance.js.map
|