12 lines
207 B
JavaScript
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
|