20 lines
746 B
JavaScript
20 lines
746 B
JavaScript
|
"use strict";
|
||
|
Object.defineProperty(exports, "__esModule", {
|
||
|
value: true
|
||
|
});
|
||
|
Object.defineProperty(exports, "actionAsyncStorage", {
|
||
|
enumerable: true,
|
||
|
get: function() {
|
||
|
return actionAsyncStorage;
|
||
|
}
|
||
|
});
|
||
|
const _asynclocalstorage = require("./async-local-storage");
|
||
|
const actionAsyncStorage = (0, _asynclocalstorage.createAsyncLocalStorage)();
|
||
|
|
||
|
if ((typeof exports.default === 'function' || (typeof exports.default === 'object' && exports.default !== null)) && typeof exports.default.__esModule === 'undefined') {
|
||
|
Object.defineProperty(exports.default, '__esModule', { value: true });
|
||
|
Object.assign(exports.default, exports);
|
||
|
module.exports = exports.default;
|
||
|
}
|
||
|
|
||
|
//# sourceMappingURL=action-async-storage.external.js.map
|