| Current Path : /var/www/html/isi/node_modules/@babel/runtime/helpers/ |
| Current File : /var/www/html/isi/node_modules/@babel/runtime/helpers/awaitAsyncGenerator.js |
var AwaitValue = require("./AwaitValue");
function _awaitAsyncGenerator(value) {
return new AwaitValue(value);
}
module.exports = _awaitAsyncGenerator;