1
0
forked from Rowland/EG
EG/Cesium-1.132/node_modules/@babel/helpers/lib/helpers/AwaitValue.js
2025-08-25 17:48:13 +08:00

12 lines
207 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _AwaitValue;
function _AwaitValue(value) {
this.wrapped = value;
}
//# sourceMappingURL=AwaitValue.js.map