AwaitValue.js 70 Bytes
export default function _AwaitValue(value) {
  this.wrapped = value;
}