NeahNew/node_modules/next/dist/server/app-render/work-async-storage.external.js
2025-05-03 14:17:46 +02:00

13 lines
387 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "workAsyncStorage", {
enumerable: true,
get: function() {
return _workasyncstorageinstance.workAsyncStorageInstance;
}
});
const _workasyncstorageinstance = require("./work-async-storage-instance");
//# sourceMappingURL=work-async-storage.external.js.map