aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/runtime/helpers/AwaitValue.js
blob: f9f418419593577a72dbd44707136648f198849f (plain)
1
2
3
4
5
function _AwaitValue(value) {
  this.wrapped = value;
}

module.exports = _AwaitValue;