AwaitValue.js 86 B

12345
  1. function _AwaitValue(value) {
  2. this.wrapped = value;
  3. }
  4. module.exports = _AwaitValue;