aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js
blob: 59f797af74e2784699df394da2261cb74d1e6055 (plain)
1
2
3
4
5
6
7
var AwaitValue = require("./AwaitValue");

function _awaitAsyncGenerator(value) {
  return new AwaitValue(value);
}

module.exports = _awaitAsyncGenerator;