UNPKG

next

Version:

The React Framework

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