AwaitValue.js 70 B

123
  1. export default function _AwaitValue(value) {
  2. this.wrapped = value;
  3. }