summaryrefslogtreecommitdiff
path: root/bot/node_modules/@babel/runtime/helpers/AwaitValue.js
blob: 7681c2dfd35ac9e86fd05ae011349bebc060c578 (plain)
1
2
3
4
function _AwaitValue(value) {
  this.wrapped = value;
}
module.exports = _AwaitValue, module.exports.__esModule = true, module.exports["default"] = module.exports;