Newer
Older
alert / js / node_modules / @babel / runtime / helpers / AwaitValue.js
@Réz István Réz István on 18 Nov 2021 164 bytes first commit
function _AwaitValue(value) {
  this.wrapped = value;
}

module.exports = _AwaitValue;
module.exports["default"] = module.exports, module.exports.__esModule = true;