UNPKG

next

Version:

The React Framework

14 lines (13 loc) 438 B
"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