2020-10-20 05:04:18 +00:00

5 lines
86 B
JavaScript

function _AwaitValue(value) {
this.wrapped = value;
}
module.exports = _AwaitValue;