AwaitValue.js 155 B

1234
  1. function _AwaitValue(t) {
  2. this.wrapped = t;
  3. }
  4. module.exports = _AwaitValue, module.exports.__esModule = true, module.exports["default"] = module.exports;