AwaitValue.js 82 B

1234
  1. function _AwaitValue(t) {
  2. this.wrapped = t;
  3. }
  4. export { _AwaitValue as default };